lemire / fastscancountLinks
Fast implementations of the scancount algorithm: C++ header-only library
☆27Updated 5 years ago
Alternatives and similar repositories for fastscancount
Users that are interested in fastscancount are comparing it to the libraries listed below
Sorting:
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- Succinct data structures in C/C++☆89Updated 9 months ago
- A C++ library for integer array compression☆29Updated 3 years ago
- ☆26Updated 8 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Suite of universal indexes for Highly Repetitive Document Collections☆20Updated 5 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- C++11 library for fast fuzzy searching☆14Updated 10 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- High-performance dictionary coding☆104Updated 8 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- Fast decoder for VByte-compressed integers☆124Updated last year
- C library to pack and unpack short arrays of integers as fast as possible☆90Updated 2 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆30Updated 2 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 4 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- C library to compute the Hamming weight of arrays☆48Updated 6 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- ☆49Updated 5 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- C Minimal Perfect Hashing Library☆86Updated 8 years ago