bitarray

Crates.iobitarray
lib.rsbitarray
version0.10.0
sourcesrc
created_at2019-02-21 15:05:15.295191
updated_at2021-08-15 05:20:46.648925
descriptionA const generics driven bit array specialized for hamming distance
homepage
repositoryhttps://github.com/rust-cv/bitarray
max_upload_size
id116243
size20,418
Geordon Worley (vadixidav)

documentation

https://docs.rs/bitarray/

README

bitarray

Discord Crates.io MIT/Apache docs.rs LoC Tests Lints no_std

A compile time sized array of bits that uses const generics and intrinsics.

This library was created to maximize the speed of hamming weight and hamming distance computation. It could be used for many other things. Contributions are welcome!

The minimum supported rustc version is 1.51

Features

Enable the unstable-512-bit-simd feature if you would like to use 512-bit SIMD instructions to speed up the library. This feature does not compile on all machines for some currently unknown reason, as an LLVM intrinsics error is reported, even with the same compiler version and host tripple.

Questions

Please visit Discord if you have any questions or want to contribute. Also feel free to file an issue on GitHub.

Commit count: 78

cargo fmt