-
Notifications
You must be signed in to change notification settings - Fork 530
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
Possible performance regression in 3.5.0 #3677
Comments
So basically, this is known, but we were planning on lazily-evaluating the optimization options when someone complains. :-) In 3.5.0, we call The easy optimization is to shift it into just state Call for opinions! Anyone have strong feelings about this one way or another? |
Cross-linking to:
|
Thanks for the explanation @djspiewak! I'll leave the issue open so that it's easy to find should anyone actually have a production issue with this. |
Speaking of |
It is indeed a syscall. :-) It delegates to |
Should this be closed, since #3690 was merged? |
GitHub doesn't auto-close issues if the PRs are not merged to the default branch... |
There's some discussion regarding the possible performance regression between 3.4.x and 3.5.0 found by Flavio Brasil. More information (including flame charts) can be found in his tweets here and replies in threads underneath it:
https://twitter.com/fbrasisil/status/1667798762788646912
Is it a regression or is it a part of the plan for I/O polling?
The text was updated successfully, but these errors were encountered: