BartMassey / popcountLinks
popcount algorithms in C and Rust
☆30Updated 10 months ago
Alternatives and similar repositories for popcount
Users that are interested in popcount are comparing it to the libraries listed below
Sorting:
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- 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
- C library to remove white space from strings as fast as possible☆154Updated 11 months ago
- qp tries and crit-bit tries☆121Updated 3 years ago
- A benchmark for sorting algorithms☆61Updated 4 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 6 years ago
- C library to compute the Hamming weight of arrays☆48Updated 6 years ago
- C11 Lock-free Stack☆183Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- For details, see the blog post:☆32Updated last year
- Branchless UTF-8 decoder☆35Updated 7 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 simple bitset library in C☆135Updated 6 months ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Compact Data Structures Library☆101Updated 3 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- Benchmarks for our memory allocator☆69Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- haesni is a small hash function using aes-ni for fast string hashing☆19Updated 6 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Random access array of tightly packed unsigned integers☆165Updated 3 years ago