-
Notifications
You must be signed in to change notification settings - Fork 32
perf: BTreeMap: make range().count()
more efficient
#190
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
dragoljub-duric
merged 30 commits into
main
from
EXC-1548-b-tree-map-make-range-count-more-efficient
Feb 14, 2024
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2c8e0aa
.
dragoljub-duric d205b6e
fix clippy
dragoljub-duric 38dc7b5
Add benchmark
dragoljub-duric 1858ceb
Fix next_without_loading_value().
dragoljub-duric edce423
Make iter_count_test a proptest.
dragoljub-duric c1c0a56
.
dragoljub-duric e549d7f
.
dragoljub-duric e58b408
.
dragoljub-duric 9fad566
fix proptest
dragoljub-duric 1e17542
Recatro iter without code duplication.
dragoljub-duric aa45bf3
.
dragoljub-duric b328ff6
.
dragoljub-duric 404a481
Update benchmarks/src/btreemap.rs
dragoljub-duric 86c99bc
Apply comments
dragoljub-duric 409270d
Merge branch 'Add_iter_count_benches' into EXC-1548-b-tree-map-make-r…
dragoljub-duric 6c9acf2
Rerun benches
dragoljub-duric 2fd5bc9
Merge branch 'EXC-1553-upgrade-rust-version-in-stable-structures-ci' …
dragoljub-duric e90542f
Merge branch 'Add_iter_count_benches' into EXC-1548-b-tree-map-make-r…
dragoljub-duric c0de7f2
.
dragoljub-duric 84c70c4
refactor next_internal to avoid cloning
dragoljub-duric f56cfc8
remove Clone
dragoljub-duric ea9dc95
Merge branch 'main' into EXC-1548-b-tree-map-make-range-count-more-ef…
dragoljub-duric b1640ff
cnabench_results from main
dragoljub-duric 358f4ab
.
dragoljub-duric 9ca6ba6
move test to btreemap/proptests.rs
dragoljub-duric d032bb5
rerun canbench
dragoljub-duric 83a6418
clippy
dragoljub-duric 46d9893
Adress comment
dragoljub-duric 55d9b22
Update src/btreemap/iter.rs
dragoljub-duric b658417
Apply suggestion from comments.
dragoljub-duric 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
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.