speeding up javascript one library at a time
Nov 30, 2022
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))