mklarqvist / positional-popcount
Fast C functions for the computing the positional popcount (pospopcnt).
☆53Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for positional-popcount
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- benchmarking positional population count☆12Updated 8 months ago
- Vectorized version of the PCG random number generator☆75Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- 8-bit Xor Filter in C99☆61Updated 4 years ago
- A benchmark for sorting algorithms☆59Updated 3 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆62Updated 5 months ago
- A fast implementation for varbyte 32bit/64bit integer compression☆115Updated 7 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- For details, see the blog post:☆31Updated 11 months ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆49Updated 7 months ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- C library to compute the Hamming weight of arrays☆44Updated 5 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- A C++ library for integer array compression☆27Updated 2 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆111Updated 4 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- A fast SIMD parser for CSV files☆146Updated 2 years ago
- Linear vs binary search benchmark☆41Updated 4 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 …☆21Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆50Updated 6 years ago
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago