pasta_bit_vector
1.0.1
Bit Vector with Compact and Fast Rank and Select Support
|
Go to the source code of this file.
Enumerations | |
enum class | pasta::OptimizedFor { OptimizedFor::DONT_CARE , OptimizedFor::ONE_QUERIES , OptimizedFor::ZERO_QUERIES } |
Enum used to specify which queries the rank (and select) data structures should be optimized for. More... | |
Functions | |
constexpr bool | pasta::optimize_one_or_dont_care (OptimizedFor const optimized_for) |
Helper function indicating if queries should be optimized for one queries or the caller does not care. | |