-
Notifications
You must be signed in to change notification settings - Fork 13.4k
improve worst-case performance of BTreeSet intersection v1 #58577
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
dae149c
improve worst-case performance of BTreeSet intersection
ssomers fab1fa9
remove the #[stable] thingy
ssomers f536f7a
remove another #[stable] thingy and superfluous comma's
ssomers 0186d90
renamed enum variants, moved struct declaration down, condensed Inter…
ssomers 4fd0cc1
Merge branch 'btreeset_intersection_benchmarks' into btreeset_interse…
ssomers 6553b0d
get rid of the refs suggested by rustc
ssomers 077ecd4
speed up BTreeSet intersection: skip elements below the other set's m…
ssomers f35c950
BTreeSet intersection: lower and benchmark the threshold for the new …
ssomers e68dc44
tidy up long lines
ssomers 5559d11
BTreeSet intersection: simple optimization for singleton; dissolve fu…
ssomers d07cb7f
Merge remote-tracking branch 'upstream/master' into btreeset_intersec…
ssomers a0d8f24
BTreeSet intersection: adapt to recent changes merged in
ssomers 0d12ecf
BTreeSet benchmarks: rename and reorder them to match with ascii-orde…
ssomers 8b57fa8
BTreeSet intersection: simplify range calculation; swap order again
ssomers d825e02
Merge remote-tracking branch 'remotes/upstream/master' into btreeset_…
ssomers 3e90b15
fix benchmark delivering fake news
ssomers 9099047
Merge branch 'master' into btreeset_intersection
ssomers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.