An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# hibitset
[![Build Status](https://travis-ci.org/slide-rs/hibitset.svg)](https://travis-ci.org/slide-rs/hibitset)
[![Crates.io](https://img.shields.io/crates/v/hibitset.svg?maxAge=2592000)](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