BartMassey / popcountLinks
popcount algorithms in C and Rust
☆30Updated 8 months ago
Alternatives and similar repositories for popcount
Users that are interested in popcount are comparing it to the libraries listed below
Sorting:
- 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
- C library to compute the Hamming weight of arrays☆47Updated 6 years ago
- Automatically exported from code.google.com/p/judyarray☆17Updated 9 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- A benchmark for sorting algorithms☆60Updated 4 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 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
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Vectorized version of the PCG random number generator☆80Updated 3 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- AVX-512 utilities☆20Updated 10 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Benchmarks for our memory allocator☆65Updated last year
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- I-cache line packing and branch misprediction measuring tool☆18Updated 8 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Parallel programming library in C++11☆12Updated 5 years ago