lemire / batched_randomLinks
Batched random number generation
☆17Updated last month
Alternatives and similar repositories for batched_random
Users that are interested in batched_random are comparing it to the libraries listed below
Sorting:
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- benchmarking positional population count☆14Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 11 months ago
- ☆29Updated 3 weeks 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 C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- A vectorized single header hash function.☆19Updated 6 months ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 4 months ago
- xxHash Cleaner C Reference Implementation☆44Updated 5 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- Open Power Performance Analysis Tool☆28Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Experimental fork of zlib with performance improvements☆34Updated 2 years ago
- ☆20Updated 2 years ago
- ☆21Updated 7 months ago
- Code for https://thenumb.at/Hashtables☆24Updated 2 years ago
- A Secure and Memory-Efficient Heap Allocator☆33Updated 11 months ago
- ☆21Updated 7 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- 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
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- InstLatX64_Demo☆43Updated last week