bit_vector
bit_vector copied to clipboard
Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.
https://github.com/pasta-toolbox/bit_vector/blob/0d3249dc42770a844d56dc25416763d37953aa5c/CMakePresets.json#L38 The correct build type is RelWithDebInfo. As is, relwithdeb does not include compiler optimizations. Edit: Is this on purpose, as you're setting the CXX flags directly instead of letting...
Since access via the subscript operator to multiple consecutive single bits is more expensive than accessing them directly in the underlying data structure, there should be an option to fill...