BartMassey / popcountLinks
popcount algorithms in C and Rust
☆30Updated last year
Alternatives and similar repositories for popcount
Users that are interested in popcount are comparing it to the libraries listed below
Sorting:
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- Vectorized version of the PCG random number generator☆83Updated 7 months ago
- Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- A simple bitset library in C☆137Updated 8 months ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆169Updated 8 months ago
- C library to compute the Hamming weight of arrays☆49Updated 6 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- C library to remove white space from strings as fast as possible☆155Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- For details, see the blog post:☆34Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- qp tries and crit-bit tries☆122Updated 3 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- haesni is a small hash function using aes-ni for fast string hashing☆19Updated 7 years ago
- Branchless UTF-8 decoder☆35Updated 8 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year