Count ones, fast (aka popcount, hamming weight). This provides a performant popcount and bitwise hamming distance for a slice of bytes.
# Cargo.toml
[dependencies]
hamming = "0.1.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Count the number of 1 bits in a byte slice.
No known issues recorded.
No dependency data recorded yet.