Tag: V8
-
Pointer Compression in V8 · V8
PermalinkDetailed post about how v8 used Pointer Compression to reduce heap size by up to 43%, resulting in less CPU usage and less time on garbage collection.
It’s…dense. I’m going to likely have to re-read this several times to really understand all the details. Lots of interesting bits here.
-
Maybe you don't need Rust and WASM to speed up your JS
PermalinkAn incredibly detailed walkthrough of optimizing the heck out of some JavaScript. Some really impressive gains here and lots of great, low-level information.