diegocaro / compressionLinks
Algorithms to compress sorted arrays of integers
☆19Updated 11 years ago
Alternatives and similar repositories for compression
Users that are interested in compression are comparing it to the libraries listed below
Sorting:
- Fast decoder for VByte-compressed integers☆127Updated 2 months ago
- A benchmark of some prominent C/C++ hash table implementations☆104Updated 6 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆44Updated 9 years ago
- Iterator library.☆80Updated 6 years ago
- Lock-free multithreaded memory allocation☆110Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆178Updated 3 years ago
- qp tries and crit-bit tries☆124Updated 3 years ago
- Compact Data Structures Library☆103Updated 3 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Feed-forward Bloom filters☆53Updated 14 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆58Updated 3 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆55Updated 2 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Updated 8 years ago
- generate perfect hashes (alpha)☆79Updated 3 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆92Updated 2 years ago
- Implementation of Alexander A. Stepanov inverted Index Compression algorithms☆21Updated 10 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆66Updated last year
- High-performance dictionary coding☆109Updated 8 years ago
- Accurate and Fast Evaluation of Multi-Stage Log-Structured Designs☆11Updated 9 years ago
- C library to compute the Hamming weight of arrays☆51Updated 7 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- Read- and latency-optimized log structured merge tree☆175Updated 13 years ago
- LSM-trie☆114Updated 4 years ago
- ☆27Updated 8 years ago
- Supersonic is an ultra-fast, column oriented query engine library written in C++☆207Updated 5 years ago
- C Minimal Perfect Hashing Library☆88Updated 8 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago