goldsborough / bloom-cppLinks
A header-only bloom filter implementation in C++14.
☆14Updated 7 years ago
Alternatives and similar repositories for bloom-cpp
Users that are interested in bloom-cpp are comparing it to the libraries listed below
Sorting:
- 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
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A comparison between different integer set techniques☆14Updated 7 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- C library to compute the Hamming weight of arrays☆49Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆116Updated 10 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 10 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Succinct data structures in C/C++☆91Updated last year
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆42Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆109Updated last month
- A low level, low latency library, which can be used to accelerate network messages using shared memory and RDMA☆79Updated 4 years ago
- ☆50Updated 5 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆68Updated 6 years ago
- Code used for the experiments in the paper "Partitioned Elias-Fano Indexes"☆40Updated 10 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated 7 months ago