lemire / batched_randomLinks
Batched random number generation
☆18Updated 2 months ago
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
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 6 months ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆46Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆39Updated 4 years ago
- benchmarking positional population count☆15Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- ☆29Updated this week
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- ☆12Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- ☆21Updated 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…☆56Updated 2 years ago
- A vectorized single header hash function.☆19Updated 7 months ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Benchmarks for our memory allocator☆65Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- InstLatX64_Demo☆43Updated last month
- Simple C++ code to benchmark fast division algorithms☆52Updated 4 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
- ☆21Updated 8 months ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆38Updated last year
- ☆20Updated 3 years ago