Hacker News new | ask | show | jobs
by Jarred 1401 days ago
There's no secret sauce

Just lots of time spent profiling and trying things

On the runtime side, JavaScriptCore/WebKit's team are extremely receptive to feedback, especially performance-related. Today, @Constellation made `Promise.all` about 30% faster https://github.com/WebKit/WebKit/pull/3569

1 comments

Have you done any comparisons with Graal’s NodeJS runtime?