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