-
Notifications
You must be signed in to change notification settings - Fork 10
Quality-of-life API improvements. #32
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 all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5c47027
added `into_bit_vec` to RsVec (#31)
Cydhra 4078e88
add example to into_bit_vec
Cydhra a075a5b
add `into_parentheses_vec` to `BpTree` (#31)
Cydhra 0b39146
add `must_use` to `into_parentheses_vec`
Cydhra 84c6af9
reduced branching in get_bits, improving performance of various data …
Cydhra 6238ba5
same branching reduction in BitVec::get_bits_unchecked
Cydhra 7c444de
Quality-of-life API improvements.
arnsholt 93d45e4
Change From implementations to use methods on their types.
arnsholt b571822
revert From<WaveletMatrix> implementation for BitVec
Cydhra 952efa2
implement From<BpTree> for RsVec
Cydhra 97ccf05
specify returned bit order of `BitVec::get_bits`
Cydhra 14eb4cc
add test case for `BitVec::extend`
Cydhra 752936c
ensure extend only reallocates once, update its documentation
Cydhra cd23966
add error section to `split_at` documentation
Cydhra 7e2b2c7
fix: split_at_unchecked doesn't drop second part from self
Cydhra 9269caf
fix: split_at_unchecked copies wrong partial limb at the start of the…
Cydhra 69756b2
fix: if we split in the last limb, or in a single-limb vector, we cou…
Cydhra dce7512
add test case for split_at
Cydhra 90b1558
add test for the checked version of split_at
Cydhra b800b03
Fix split_at implementation, and add more tests for splitting.
arnsholt 0a7dcd5
Early return in split if second half is empty.
arnsholt 63ef123
cleanup tests, add test for empty vector
Cydhra 8e8c60f
slight doc adjustment
Cydhra 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
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.