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:
- 8-bit Xor Filter in C99☆62Updated 5 years ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- C library to compute the Hamming weight of arrays☆49Updated 6 years ago
- For details, see the blog post:☆34Updated last year
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 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
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- qp tries and crit-bit tries☆122Updated 3 years ago
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- C library to remove white space from strings as fast as possible☆155Updated last year
- A simple bitset library in C☆138Updated 9 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- haesni is a small hash function using aes-ni for fast string hashing☆19Updated 7 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Popular hash table implementation benchmarks☆27Updated 8 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Compact Data Structures Library☆101Updated 3 years ago
- SIMDized check which bytes are in a set☆28Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- Branchless UTF-8 decoder☆36Updated 8 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆120Updated 8 years ago