Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 260 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 260 Bytes

pyhibitset: Fast iteration on sparse data structures.

pyhibitset provide hierarchical bit sets, which allow you to quickly iterate through sparse data structures.

It's implemented as a wrapper of the Rust hibitset library.