dragontamer / AESRandLinks
Random Number Generator based on hardware-accelerated AES instructions
☆59Updated 6 years ago
Alternatives and similar repositories for AESRand
Users that are interested in AESRand are comparing it to the libraries listed below
Sorting:
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Branchless UTF-8 decoder☆35Updated 7 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 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 hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- Benchmarks for our memory allocator☆65Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- 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
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 4 months ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 6 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆53Updated 10 months ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆156Updated 5 months ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Fastest Histogram Construction☆70Updated 3 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- Counting the collisions with perl hash tables per function☆12Updated 6 years ago