Conversation
Added simple size test
Possible by shifting from static to dynamic allocation
This was only used in one method and is replaced by size_type
|
Pull requests from external contributors require approval from a |
|
Can one of the admins verify this patch? Admins can comment |
rank, select -> rank_true, select_true rank0, select0 -> rank_false, select_false
PointKernel
reviewed
Aug 31, 2023
abs -> base rels -> offsets
This will allow us to rename ranks() to rank()
ranks -> rank selects -> select
PointKernel
reviewed
Sep 1, 2023
Query methods will check and perform build()
…to trie-bitvector
Member
|
/ok to test |
Member
|
/ok to test |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds
dynamic_bitsetcode that will be used in Trie data structure. Trie will be integrated in a separate PR #350.Since
dynamic_bitsetis not intended to be part of public-facing API, all files (.cuh and .inl) are located in include/cuco/detail/trie/dynamic_bitsetTests are added in tests/dynamic_bitset