| Crates.io | popcnt |
| lib.rs | popcnt |
| version | 0.1.0 |
| created_at | 2024-04-12 10:40:20.967488+00 |
| updated_at | 2024-04-12 10:40:20.967488+00 |
| description | count number of set bits in a byte slice |
| homepage | |
| repository | https://github.com/sarah-ek/popcnt/ |
| max_upload_size | |
| id | 1206202 |
| size | 17,242 |
rust crate for counting the number of set bits in a byte slice, with simd acceleration when available.
std: enabled by default. enables runtime arch detection.nightly: enables avx512 simd implementation.