diegocaro / compressionLinks
Algorithms to compress sorted arrays of integers
☆18Updated 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 differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Fast decoder for VByte-compressed integers☆124Updated last year
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 3 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
- Accurate and Fast Evaluation of Multi-Stage Log-Structured Designs☆10Updated 9 years ago
- Userspace file-system using the TokuFT fractal tree library☆23Updated 4 years ago
- C library to compute the Hamming weight of arrays☆48Updated 6 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- ☆26Updated 8 years ago
- High-performance dictionary coding☆104Updated 8 years ago
- Supersonic is an ultra-fast, column oriented query engine library written in C++☆207Updated 4 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- Library containing high-performance datastructures and utilities for C++☆74Updated 8 years ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Code used for the experiments in the paper "Partitioned Elias-Fano Indexes"☆40Updated 10 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- Compact Data Structures Library☆100Updated 3 years ago
- Fast and Reliable (but not Secure) Hash☆54Updated 7 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- A collection of succinct data structures☆205Updated last year
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago