pasta_bit_vector
1.0.1
Bit Vector with Compact and Fast Rank and Select Support
|
Select data structures that can be used with the Bit Vectors implemented in this repository. More...
Classes | |
class | pasta::FlatRankSelect< optimized_for, find_with, VectorType > |
Select support for BitVector that can be used as an alternative to RankSelect for bit vectors up to length 2^40. More... | |
class | pasta::RankSelect< optimized_for, VectorType > |
Select support for BitVector . More... | |
class | pasta::WideRankSelect< optimized_for, find_with, VectorType > |
Select support for BitVector . More... | |
Select data structures that can be used with the Bit Vectors implemented in this repository.
Usually, these data structures can also answer rank queries.