hideo55 / cpp-HyperLogLog
C++ implementation of HyperLogLog
☆58Updated 9 months ago
Alternatives and similar repositories for cpp-HyperLogLog:
Users that are interested in cpp-HyperLogLog are comparing it to the libraries listed below
- Bloom filters for C++11☆357Updated 3 years ago
- A General-Purpose Counting Filter: Counting Quotient Filter☆127Updated last year
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆63Updated 9 months ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)☆89Updated 7 years ago
- MemC3☆151Updated 7 years ago
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 2 years ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆74Updated 6 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- Implementation of Count Min Sketch in C++☆56Updated 5 years ago
- LSM-trie☆113Updated 3 years ago
- C/C++ Implementation of the HyperLogLog++ cardinality estimation algorithm.☆26Updated last year
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- General purpose C++ library for iZENECloud☆42Updated 9 years ago
- Paper about the estimation of cardinalities from HyperLogLog sketches☆62Updated 3 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- Code used for the experiments in the paper "Partitioned Elias-Fano Indexes"☆40Updated 10 years ago
- NVM key-value store API lIbrary repository.☆88Updated 10 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- A library of inverted index data structures☆148Updated 2 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆179Updated 7 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++