Skip Navigation

Speeding up the JavaScript ecosystem - one library at a time

marvinh.dev Speeding up the JavaScript ecosystem - one library at a time

Most popular libraries can be sped up by avoiding unnecessary type conversions or by avoiding creating functions inside functions.

Speeding up the JavaScript ecosystem - one library at a time

A great write-up about optimizing a set of functions spread across a handful of popular JS libraries in a reasonably straightforward way to understand and replicate in the packages you know and use on a daily basis.

0
0 comments