ts_bitset 0.3.3

compact, efficient, non-allocating bitset
Documentation
1
2
3
4
5
6
7
8
9
# ts_bitset

Provides [`Bitset256`], a compact, efficient, non-allocating 256-entry
bitset implementation supporting bitwise operations, iteration over set
bits, and rank calculation.

Based on the package of the same name in golang: [bart].

[bart]: <https://github.com/gaissmai/bart/blob/main/internal/bitset/bitset256.go>