hideo55 / cpp-HyperLogLogLinks
C++ implementation of HyperLogLog
☆61Updated last year
Alternatives and similar repositories for cpp-HyperLogLog
Users that are interested in cpp-HyperLogLog are comparing it to the libraries listed below
Sorting:
- Fast Approximate Membership Filters (C++)☆288Updated 3 months ago
- Bloom filters for C++11☆365Updated 4 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 4 years ago
- a quotient filter written in C☆87Updated 8 years ago
- Simple baselines for "Learned Indexes"☆159Updated 7 years ago
- LSM-trie☆114Updated 4 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)☆89Updated 7 years ago
- A library of inverted index data structures☆151Updated 3 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆440Updated 5 months ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆31Updated 4 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- C/C++ Implementation of the HyperLogLog++ cardinality estimation algorithm.☆28Updated 2 years ago
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 3 years ago
- General purpose C++ library for iZENECloud☆43Updated 10 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆181Updated 7 years ago
- High-performance dictionary coding☆108Updated 8 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆117Updated 11 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C library to compute the Hamming weight of arrays☆49Updated 7 years ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- Bloom-filter based minimal perfect hash function library☆270Updated 5 months ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆165Updated 4 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Updated 9 years ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆76Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- A header-only bloom filter implementation in C++14.☆14Updated 7 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆211Updated 9 years ago