Skip to content

Commit e027037

Browse files
committed
docs: link node-fetch-server benchmarks in change note
1 parent 481d157 commit e027037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Improve request throughput by lazily materializing `Request` and `Headers` objects, specializing handlers by declared arity, avoiding unnecessary client/request work on hot paths, and sending single-chunk response bodies with less Web stream overhead.
1+
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

Comments
 (0)