https://github.com/amethyst/hibitset
Hierarchical bit set container
https://github.com/amethyst/hibitset
bitset parallel rust
Last synced: 6 months ago
JSON representation
Hierarchical bit set container
- Host: GitHub
- URL: https://github.com/amethyst/hibitset
- Owner: amethyst
- License: other
- Created: 2017-04-13T17:55:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T19:29:00.000Z (over 2 years ago)
- Last Synced: 2025-09-16T23:59:08.361Z (9 months ago)
- Topics: bitset, parallel, rust
- Language: Rust
- Size: 161 KB
- Stars: 126
- Watchers: 10
- Forks: 34
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# hibitset
[](https://travis-ci.org/slide-rs/hibitset)
[](https://crates.io/crates/hibitset)
Provides hierarchical bit sets, which allow very fast iteration on
sparse data structures.
## Usage
Just add this to your `Cargo.toml`:
```toml
[dependencies]
hibitset = "0.6"
```
## License
This library is licensed under the Apache License 2.0,
see [the LICENSE file][li] for more information.
[li]: LICENSE