mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 18:36:38 +02:00
We can use caching in a million more places. This is just me running JS benchmarks and looking at which get() call sites were hot and putting caches there. Lots of nice speedups all over the place, some examples: 1.19x speedup on Octane/raytrace.js 1.13x speedup on Octane/earley-boyer.js 1.12x speedup on Kraken/ai-astar.js 1.10x speedup on Octane/box2d.js 1.08x speedup on Octane/gbemu.js 1.05x speedup on Octane/regexp.js
61 KiB
61 KiB