This commit is contained in:
spidy0x0
2025-01-24 19:47:12 +00:00
committed by GitHub
parent dccca17e09
commit 71966affa1

View File

@@ -249,7 +249,7 @@ If we need Javascript, why not use a real web browser? Take a huge desktop appli
### Lightpanda is built for performance
If we want both Javascript and performance in a true headless browser, we need to start from scratch. Not another iteration of Chromium, really from a blank page. Crazy right? But thats we did:
If we want both Javascript and performance in a true headless browser, we need to start from scratch. Not another iteration of Chromium, really from a blank page. Crazy right? But thats what we did:
- Not based on Chromium, Blink or WebKit
- Low-level system programming language (Zig) with optimisations in mind