pasta_bit_vector  1.0.1
Bit Vector with Compact and Fast Rank and Select Support
Loading...
Searching...
No Matches
optimized_for.hpp File Reference
This graph shows which files directly or indirectly include this file:

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.