thomasmueller / xorfilter_cppLinks
Bloom filter alternative (C++)
☆18Updated 6 years ago
Alternatives and similar repositories for xorfilter_cpp
Users that are interested in xorfilter_cpp are comparing it to the libraries listed below
Sorting:
- ☆31Updated 9 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- Multiplying... backward?☆14Updated 5 years ago
- ☆39Updated 4 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- String to Float Benchmark☆19Updated 6 years ago
- How fast can we shuffle values?☆38Updated last year
- A small DFA for under 16 states☆51Updated 7 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- Intrusive data structures for C☆61Updated 8 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- ☆42Updated 2 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Lace - implementation of work-stealing in C☆53Updated last month
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆49Updated 4 years ago
- Counting the collisions with perl hash tables per function☆12Updated 6 years ago