imneme / bounded-randsLinks
Methods and Benchmarks for Random Numbers in a Range
☆37Updated 7 years ago
Alternatives and similar repositories for bounded-rands
Users that are interested in bounded-rands are comparing it to the libraries listed below
Sorting:
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated last month
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Compile-time TRIE based string matcher (C++11)☆53Updated 6 years ago
- Branchless UTF-8 decoder☆36Updated 8 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆128Updated 3 years ago
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- 8-bit Xor Filter in C99☆62Updated 6 years ago
- Testing common random-number generators (RNG)☆194Updated 2 years ago
- ☆39Updated 4 years ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- C library to remove white space from strings as fast as possible☆156Updated last year
- A small DFA for under 16 states☆53Updated 7 years ago
- A port of the Google Randen fast backtracking-resistant random generator to the C language.☆27Updated 7 years ago
- Counting the collisions with perl hash tables per function☆12Updated 6 years ago
- 64-bit PRNG shootout☆20Updated 6 months ago
- Succinct data structures in C/C++☆92Updated last year
- ☆28Updated 3 years ago
- arbitrary precision arithmetic library☆44Updated 7 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆76Updated 3 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 3 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated 10 months ago
- Poireau: a sampling allocation debugger☆98Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Hashing functions and PRNGs based on them☆166Updated 3 weeks ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 10 months ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆67Updated last month