Skip to content

wrightdylan/bitvecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitvecs

A simple library for dynamically sized binary arrays. This is slower, but more versatile than a static binary array. It is also up to 8 times more space efficient than using a vector of bools.

Introduction

bitvecs is not a vector of bools, but a vector of u8s which represent complete bytes.

Change Log

See CHANGELOG.

License

This project is dual-licensed under either of

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.

About

Bit vectorisaton library

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages