We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
@isaacs
perf optimizations
its a core thing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
@isaacs
What is the feature you are proposing to solve the problem?
perf optimizations
What alternatives have you considered?
its a core thing
The text was updated successfully, but these errors were encountered: