+Improve request throughput so `node-fetch-server` is now on par with native `node:http` performance in the request-inspection benchmark, while preserving Fetch API request handlers. The main optimizations lazily materialize `Request` and `Headers` objects, specialize handlers by declared arity, avoid unnecessary client/request work on hot paths, and send single-chunk response bodies with less Web stream overhead. See the [`node-fetch-server` benchmarks](https://github.com/remix-run/remix/tree/main/packages/node-fetch-server#benchmarks) for current results.
0 commit comments