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

https://github.com/wrightdylan/bitvecs

Bit vectorisaton library
https://github.com/wrightdylan/bitvecs

Last synced: 9 months ago
JSON representation

Bit vectorisaton library

Awesome Lists containing this project

README

          

# bitvecs
A simple library for dynamically sized binary arrays. This is slower, but more versatile than a static binary array.

## License
This project is dual-licensed under either of
- Apache License (Version 2.0), ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
- MIT license, ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)).

`SPDX-License-Identifier: Apache-2.0 OR MIT`

## Contribution
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.