-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(collections): add BTreeDictionary and BTreeSet — the library's first sorted map and set #320
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
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e75ff1c
feat(collections): add BTreeDictionary and BTreeSet — the library's f…
marius-bughiu f6c6756
docs(BTree): document the measured tradeoffs and close the last cover…
marius-bughiu a3df435
docs: address Copilot review on #320
marius-bughiu 354d6d3
docs(BTree): stop conflating a null key with default(TKey)
marius-bughiu fac7cfd
docs(BTreeDictionary): state the per-node array count precisely
marius-bughiu f80e5d6
chore(changelog): keep the B-tree entry under [Unreleased] after the …
marius-bughiu ea75da3
fix(BTreeDictionary): throw ArgumentOutOfRangeException when the copy…
marius-bughiu 11683c6
docs(benchmarks): say what the Mixed rows actually measure
marius-bughiu d283291
docs(roadmap): give the elided clause its verb
marius-bughiu 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
Oops, something went wrong.
Oops, something went wrong.
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.