We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.