lemire / FrameOfReference
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
Related projects ⓘ
Alternatives and complementary repositories for FrameOfReference
- A C++ library for integer array compression☆27Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- For details, see the blog post:☆31Updated 11 months ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆27Updated 3 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆85Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated 2 weeks 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
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 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 …☆22Updated 2 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆30Updated 7 years ago
- C++17 implementation of memory-efficient dynamic tries☆57Updated 2 years ago
- Universe-sliced indexes in C++.☆17Updated last year
- High-performance dictionary coding☆103Updated 7 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆53Updated 10 months ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Fast decoder for VByte-compressed integers☆117Updated 6 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆73Updated 3 years ago