mirror of
https://github.com/denoland/deno.git
synced 2024-12-26 09:10:40 -05:00
dabce813e0
This commit introduces a performance optimization for the native HTTP server. From my testing it is about 2-6% faster than `main`. Request headers in the HTTP servers are now lazilly instatated when they are accessed, rather than being preemptively wrapped in the `Headers` class. |
||
---|---|---|
.. | ||
console | ||
crypto | ||
fetch | ||
file | ||
url | ||
web | ||
webgpu | ||
webidl | ||
websocket |