-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: fine-grained locking in select #8896
Comments
Postponing per CL discussion. |
@dvyukov , are there any chances to resurrect this CL? |
Probably not for Go 1.7: it's a big change, it's not ready, and the Go 1.7 dev freeze is just two weeks away. This is the sort of thing that would need to go in early, and it didn't. |
Is there any particular reason why not? |
@DmitriyMV, clarified comment |
@dvyukov, Go 1.8 is open if you're feeling like a project. :-) |
@dvyukov, @mdempsky, anyone else on the Go team maybe, just wondering: is there any plan to get fine-grained select locking/speedup merged in the foreseeable future? In many situations select shows its heavy weight and it would be good to know whether this issue is going to be eventually addressed by the Go project, or you are alone up to fighting it. "Unplanned" label and history here suggests it is 99% the latter, but there is always a bit of hope... Thanks beforehand for feedback, |
@navytux I'm not aware of anyone working on this. It would be great if someone volunteered to carry this forward for 1.12. |
@ianlancetaylor thanks for feedback. At least the status is clear. |
/cc @CAFxX |
The text was updated successfully, but these errors were encountered: