Open
Description
What is the problem this feature will solve?
the current async_hooks implementation of the deprecated domain module runs about the same speed as original domain implementation
as a relatively unbiased observer both new and old implementations will slow a server down by around 30%
with current async/await uncaught exceptions are less of an issue
but still might be good to investigate how to optimize it - something makes it slow - probably a lot of function binding calls
What is the feature you are proposing to solve the problem?
perf optimizations
What alternatives have you considered?
its a core thing
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Awaiting Triage