Skip to content
New issue

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

Only use FiberAwareExecutionContext if tracing is enabled #2642

Merged

Conversation

armanbilge
Copy link
Member

Addresses the JS performance regression reported by @rpiaggio in #2634 (comment). Credit to @vasilmkd for identifying the problem.

@vasilmkd
Copy link
Member

Sorry for being picky, but for anyone reading this, this PR does not actually improve performance, it just makes sure that when tracing is disabled, there are no debugging features enabled in the runtime, in this case, tracking fibers for generating fiber dumps.

@armanbilge
Copy link
Member Author

Thanks for the clarification 👍

@armanbilge armanbilge merged commit 27e0ca4 into typelevel:series/3.x Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants