BartMassey / popcount
popcount algorithms in C and Rust
☆30Updated 6 months ago
Alternatives and similar repositories for popcount:
Users that are interested in popcount are comparing it to the libraries listed below
- A benchmark for sorting algorithms☆60Updated 4 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- unrolled skip list library for C☆21Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Automatically exported from code.google.com/p/judyarray☆17Updated 9 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- A C library for creating and accessing dynamic arrays with near O(log-base-256) scalability into the peta-element range☆32Updated 14 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- A simple C Thread pool implementation☆13Updated 5 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- A small DFA for under 16 states☆51Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Really fast C++ hash table☆14Updated 7 years ago
- Shuffle-based predicate matcher and all-round branch free swiss army chainsaw☆17Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- AVX512 population count routines☆22Updated 5 years ago
- Low memory multithreaded hash table☆24Updated 10 years ago