Hey, Node core person here (and the person who triggered the land) - we're super excited for this and would love help and feedback. This is still experimental and we'd love to hear from the community what you'd like to see.
Hi there, > ...we'd love to hear from the community what you'd like to see. In our tests, fetch on Deno was wayy faster than undici fetch that now has been merged into nodejs. I couldn't figure out why that was case, but forwarding requests over node's http2 client (instead of undici fetch ) then had comparable (but not as fast) performance as Deno (presumably because our hand rolled impl lacked connection pooling).
I am confident that Node's implementation will _eventually_ have comparable performance.
That said: please do open an issue in the undici repo at https://nodejs.org/node/undici so this gets tracked.