diegocaro / compression
Algorithms to compress sorted arrays of integers
☆18Updated 10 years ago
Alternatives and similar repositories for compression:
Users that are interested in compression are comparing it to the libraries listed below
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆40Updated 8 years ago
- Userspace file-system using the TokuFT fractal tree library☆23Updated 3 years ago
- Feed-forward Bloom filters☆52Updated 13 years ago
- Lthread C++11 binding☆10Updated 10 years ago
- ☆66Updated 4 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- ☆25Updated 7 years ago
- Proof of concept LSM-tree built on MDB☆17Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆51Updated 7 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- A Variable-Length String Hashing Library in C++☆44Updated 5 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- Implementation of Alexander A. Stepanov inverted Index Compression algorithms☆21Updated 9 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- MDBM a very fast memory-mapped key/value store.☆76Updated last year
- EWAH Compressed Bitmaps☆25Updated 4 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago
- Lock-free multithreaded memory allocation☆105Updated 8 years ago
- Library containing high-performance datastructures and utilities for C++☆73Updated 7 years ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 5 years ago
- RLU resizable hash-table☆16Updated 9 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆75Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago