Crate hibitset [−] [src]
hibitset
Provides hierarchical bit sets, which allow very fast iteration on sparse data structures.
Structs
| AtomicBitSet |
This is similar to a |
| BitIter |
An |
| BitParIter |
A |
| BitProducer |
Allows splitting and internally iterating through |
| BitSet |
A |
| BitSetAnd |
|
| BitSetNot |
|
| BitSetOr |
|
Traits
| BitSetLike |
A generic interface for |