Crate bitarray[][src]

Structs

A constant sized array of bits. B defines the number of bytes. This has an alignment of 64 to maximize the efficiency of SIMD operations. It will automatically utilize SIMD at runtime where possible.

Provides hamming distance as a metric.

Provides Jaccard distance as a metric.