We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed a tiny startup time regression in Node.js v22 vs v20.
Consider this script:
for (let i = 0; i < 10000; i++) { }
This runs in about 30ms on my system for Node.js v20, but in Node.js v22 it takes about 33ms.
Not really noticeable, but it's there.
The text was updated successfully, but these errors were encountered:
@nodejs/startup
Sorry, something went wrong.
You can see more data in #52803 (comment)
No branches or pull requests
I've noticed a tiny startup time regression in Node.js v22 vs v20.
Consider this script:
This runs in about 30ms on my system for Node.js v20, but in Node.js v22 it takes about 33ms.
Not really noticeable, but it's there.
The text was updated successfully, but these errors were encountered: