Sunday, April 09, 2023

Speeding up JavaScript

Speeding up the JavaScript ecosystem - npm scripts

npm scripts' are executed by JavaScript developers and CI systems all around the world 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.

No comments: