MersenneTwister-Lab / SFMTLinks
SIMD-oriented Fast Mersenne Twister
☆92Updated 4 years ago
Alternatives and similar repositories for SFMT
Users that are interested in SFMT are comparing it to the libraries listed below
Sorting:
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- Vectorized version of the PCG random number generator☆80Updated 5 months ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- SSE2 Optimized GLSL-like math library☆117Updated 11 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- High performance multithreading toolkit for C++17☆47Updated 2 weeks ago
- Tiny perfect hash library for C, C++, and Lua☆166Updated 6 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated last month
- Fixed Point Arithmetic C++14 Library☆111Updated 7 years ago
- C++ unsigned 128 bit integer type☆231Updated 2 years ago
- A high performance C++ playground library☆48Updated 9 years ago
- Fast delegates implementation☆56Updated 3 years ago
- Fast integer to ascii / integer to string conversion☆231Updated 2 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- Fixed size function wrapper like std::function☆69Updated 9 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- ☆26Updated 7 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆156Updated 3 weeks ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago