Expand description

Configurations for BitSet.

Increasing block size will increase max index BitSet can hold. Decreasing block size will lower memory footprint.

For your task, you can make specialized config. For example, if you’re not limited by MAX index, and know that your indices will be dense, you can try 64/64/256 bit levels.

Structs§

Traits§