mettienne / tiered-vectorLinks
Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(1) and insertion and deletion in time O(n^ε) for ε > 0 while using o(n) extra space.
☆50Updated last year
Alternatives and similar repositories for tiered-vector
Users that are interested in tiered-vector are comparing it to the libraries listed below
Sorting:
- A fast implementation for varbyte 32bit/64bit integer compression☆121Updated 8 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 3 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆66Updated last year
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆55Updated 2 years ago
- qp tries and crit-bit tries☆123Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- C library to compute the Hamming weight of arrays☆51Updated 7 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Experiments with array layouts for comparison-based searching☆86Updated 2 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆15Updated 7 years ago
- A benchmark for sorting algorithms☆63Updated 4 years ago
- High-performance dictionary coding☆108Updated 8 years ago
- ☆27Updated 8 years ago
- Compact Data Structures Library☆103Updated 3 years ago
- Suite of universal indexes for Highly Repetitive Document Collections☆24Updated 5 years ago
- A small DFA for under 16 states☆54Updated 7 years ago
- Fast decoder for VByte-compressed integers☆126Updated 2 months ago
- Lock-free multithreaded memory allocation☆110Updated 9 years ago
- Feed-forward Bloom filters☆53Updated 14 years ago
- Compact Data Structures Library☆129Updated 11 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Succinct data structures in C/C++☆92Updated last year
- A collection of succinct data structures☆211Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- C library to pack and unpack short arrays of integers as fast as possible☆92Updated 2 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago