degski / uniform_int_distribution_fast
C++14 - fast drop-in uniform_int_distribution
☆9Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for uniform_int_distribution_fast
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- For details, see the blog post:☆31Updated 10 months ago
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 7 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- Roman Klyujkov's Practical Algorithm Template library☆23Updated 2 years ago
- Linear vs binary search benchmark☆41Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- How fast can we shuffle values?☆37Updated 8 months ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆25Updated 5 years ago
- Provide an idiomatic C++ interface to CPython's C API.☆27Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 3 years ago
- Use unused bits in your pointer☆46Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- Not Another Range Library☆39Updated 10 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 2 years ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 5 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 7 years ago
- benchmarking positional population count☆12Updated 7 months ago