speeding up javascript one library at a time

Jun 01, 2023

https://marvinh.dev/blog/speeding-up-javascript-ecosystem/

Nice post showing how the author used flame graphs to find performance problems in some common JS libraries, and removed them (mainly by preventing unnecessary type conversions (which cause allocations))

mentioned speedscope, which is a really handy tool

↑ up