jermp / dintLinks
Dictionary-based compression for inverted indexes.
☆24Updated 6 years ago
Alternatives and similar repositories for dint
Users that are interested in dint are comparing it to the libraries listed below
Sorting:
- Self-Tuning Adaptive Radix Tree☆30Updated 5 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Optimal partitioning of Variable-Byte codes for better compression and fast decoding.☆17Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 4 years ago
- Fast Approximate Membership Filters (C++)☆288Updated 4 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- ☆39Updated 5 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- based on the work of Harald Lang when at CWI☆23Updated 5 years ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆166Updated 4 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- ☆12Updated 7 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆33Updated 4 years ago
- Code used for the experiments in the paper "Partitioned Elias-Fano Indexes"☆40Updated 10 years ago
- A lock-free priority queue implementation☆35Updated 7 years ago
- High-speed Bloom filters and taffy filters for C, C++, and Java☆35Updated 2 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.