JoeLeavitt / SkipTrie
☆13Updated 8 years ago
Alternatives and similar repositories for SkipTrie:
Users that are interested in SkipTrie are comparing it to the libraries listed below
- Parallel boolean circuit evaluation☆20Updated 6 years ago
- Fastest RPC in the west☆21Updated 5 years ago
- 64-bit integer compression algorithms in Java☆15Updated 6 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- ByteBuffer collection classes for java and jvm-based languages.☆33Updated 7 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- A comparison between different integer set techniques☆14Updated 7 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆76Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- General purpose C++ library for iZENECloud☆42Updated 10 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Persistent Adaptive Radix Trees in Java☆81Updated 4 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- A Portable Persistent Memory Allocation Library☆14Updated 4 years ago
- RocksDB compatible key value store and MyRocks compatible storage engine designed for KV SSD☆46Updated 2 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- A NVMf library for Java☆29Updated 5 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- Experiments on bit-slice indexing☆13Updated 10 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 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
- ☆20Updated 6 months ago
- Production-ready Java implementation of the Xor Filter.☆17Updated 5 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Clustered Elias-Fano inverted indexes.