goldsborough / bloom-cpp
A header-only bloom filter implementation in C++14.
☆13Updated 6 years ago
Alternatives and similar repositories for bloom-cpp:
Users that are interested in bloom-cpp are comparing it to the libraries listed below
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- A comparison between different integer set techniques☆14Updated 7 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 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
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- A universal thread-safe memory pool.☆26Updated 6 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- Dictionary-based compression for inverted indexes.☆23Updated 6 years ago
- ☆19Updated 6 months ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- ☆20Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- ☆20Updated 2 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago