https://github.com/zakarumych/bitsetium
One stop shop for all bitset needs
https://github.com/zakarumych/bitsetium
Last synced: about 2 months ago
JSON representation
One stop shop for all bitset needs
- Host: GitHub
- URL: https://github.com/zakarumych/bitsetium
- Owner: zakarumych
- License: other
- Created: 2021-07-09T15:08:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T19:31:38.000Z (11 months ago)
- Last Synced: 2024-07-20T00:39:55.152Z (11 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# bitsetium
[](https://crates.io/crates/bitsetium)
[](https://docs.rs/bitsetium)
[](https://github.com/zakarumych/bitsetium/actions?query=workflow%3ARust)
[](COPYING)
This crate provides most useful operations on bitsets.
Provides lazy wrappers for bitset operations.
Supports large sparse bitsets with fast search for bits using hierarchical layers.This is WIP crate. Use at own risk. Issues are welcomed.
## License
Licensed under either of
* Apache License, Version 2.0, ([license/APACHE](license/APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([license/MIT](license/MIT) or http://opensource.org/licenses/MIT)at your option.
## Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.