schani / linbin
Linear vs binary search benchmark
☆41Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for linbin
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 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 …☆21Updated 2 years ago
- Vectorized version of the PCG random number generator☆75Updated 5 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆52Updated 10 months ago
- finding set bits in large bitmaps☆15Updated 8 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆61Updated 5 months ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- bit & sketches data structures☆60Updated 6 years ago
- Not Another Range Library☆39Updated 10 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- Convert from UTF-8 to UTF-16 using SSE4☆12Updated 2 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆115Updated 7 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- C library to compute the Hamming weight of arrays☆44Updated 5 years ago
- Fast differential coding functions (using SIMD instructions)☆49Updated 6 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- Experiments with array layouts for comparison-based searching☆80Updated 10 months ago
- Lock-free multithreaded memory allocation☆104Updated 7 years ago
- For details, see the blog post:☆31Updated 10 months ago
- LLVM-jitted bitmaps☆27Updated 4 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆49Updated 6 months ago
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 5 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆55Updated last year
- Quick sort code using AVX2 instructions☆68Updated 7 years ago