diaspd / github-blog

A blog using git hub API
https://github-blog-diaspd.vercel.app
4 stars 0 forks source link

Speeding Up the JavaScript Ecosystem #2

Open diaspd opened 1 year ago

diaspd commented 1 year ago

The latest in what has been a fascinating series on finding ‘low hanging fruit’ when it comes to performance in the JavaScript world. The author explains it best himself:

“‘npm scripts’ are executed by JavaScript developers … all the time. Despite their high usage they are not particularly well optimized and add about 400ms of overhead. In this article we were able to bring that down to ~22ms.” What Marvin does here is a valuable skill for all developers to pick up, and you can enjoy more by going back to [the start]