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

runtime: special case chan struct{} #8902

Open
dvyukov opened this issue Oct 7, 2014 · 1 comment
Open

runtime: special case chan struct{} #8902

dvyukov opened this issue Oct 7, 2014 · 1 comment
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Oct 7, 2014

chan struct{} is commonly used for semaphores.
We can special case it in runtime as atomic counter. Then common case (of no work
limiting) will be just atomicinc/atomicdec.
@rsc
Copy link
Contributor

rsc commented Oct 7, 2014

Comment 1:

I would like to see a demonstrated need for a faster implementation first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants