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
Sorting:
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆57Updated 2 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 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
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- ☆10Updated 3 months ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 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
- ☆21Updated 6 months ago
- MlpIndex - Extremely fast ordered index via memory level parallelism☆12Updated 6 years ago
- ☆20Updated 2 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- benchmarking positional population count☆14Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Programatically obtain information about the pages backing a given memory region☆76Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- ☆49Updated 5 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆55Updated 2 years ago
- The Fancy Named Parameters Library☆31Updated this week
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago