Skip to content

sync: Enable the fast path of select() #15044

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

Merged
merged 1 commit into from
Jun 20, 2014

Conversation

alexcrichton
Copy link
Member

This was erroneously disabled as part of 065e121 and it hasn't been turned on
since. This was a 3x perf improvement in a test of mine.

This was erroneously disabled as part of 065e121 and it hasn't been turned on
since. This was a 3x perf improvement in a test of mine.
bors added a commit that referenced this pull request Jun 20, 2014
This was erroneously disabled as part of 065e121 and it hasn't been turned on
since. This was a 3x perf improvement in a test of mine.
@bors bors closed this Jun 20, 2014
@bors bors merged commit 4170626 into rust-lang:master Jun 20, 2014
@alexcrichton alexcrichton deleted the speed-up-select branch July 4, 2014 00:20
lnicola pushed a commit to lnicola/rust that referenced this pull request Jun 19, 2023
…lnicola

Deduplicate tuple indices for completion

Follow-up to rust-lang#15026

A tuple struct may dereference to a primitive tuple (though unusual, which is why I previously overlooked this case). We should not show the same tuple index in completion in such cases.

Deduplication of indices among multiple tuple structs is already handled in the previous PR.
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.

3 participants