pasta::bit_vector  v1.0.0
Compact and Fast Rank and Select Data Structure for Bit Vectors
Rank Data Structures

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...
 

Detailed Description

Rank data structures that can be used with the Bit Vectors implemented in this repository.