typescript-runtime-type-benchmarks icon indicating copy to clipboard operation
typescript-runtime-type-benchmarks copied to clipboard

Why there is a performance drop after Node.js 20?

Open imjulianeral opened this issue 1 year ago • 1 comments

I just want to understand why this hapenned. The image is only a representation of the situation.

image

This is a node version problem? There is a blog post or already existent discussion that talks about this? I'm just curious.

imjulianeral avatar Dec 10 '24 22:12 imjulianeral

If you check node 22 release blog post

https://nodejs.org/en/blog/announcements/v22-release-announce

There were few things that could cause it

https://nodejs.org/en/blog/announcements/v22-release-announce#maglev

https://nodejs.org/en/blog/announcements/v22-release-announce#stream-default-high-water-mark

DarkGL avatar Dec 14 '24 17:12 DarkGL