The http parser is not async, why does it hook into the async_hook machinery? #108
Open
Description
The http parser does quite a bit of additional JS/C++ transitions by being observable via async_hooks. In fact, a wasm build is faster than C++ by avoiding that.
(this is just a hunch, but the benefits should be there).
Metadata
Assignees
Labels
No labels
Activity