popcnt

Crates.iopopcnt
lib.rspopcnt
version0.1.0
sourcesrc
created_at2024-04-12 10:40:20.967488
updated_at2024-04-12 10:40:20.967488
descriptioncount number of set bits in a byte slice
homepage
repositoryhttps://github.com/sarah-ek/popcnt/
max_upload_size
id1206202
size17,242
sarah (sarah-ek)

documentation

README

rust crate for counting the number of set bits in a byte slice, with simd acceleration when available.

features

  • std: enabled by default. enables runtime arch detection.
  • nightly: enables avx512 simd implementation.
Commit count: 6

cargo fmt