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:
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C++ unsigned 128 bit integer type☆231Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 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
- A high performance C++ playground library☆48Updated 9 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- High performance multithreading toolkit for C++17☆47Updated 2 months ago
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Software implementation of any size ieee754 floating points☆54Updated 4 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- Tiny perfect hash library for C, C++, and Lua☆167Updated 6 years ago
- Fixed Point Arithmetic C++14 Library☆112Updated 7 years ago
- This Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++☆87Updated 7 years ago
- Fast integer to ascii / integer to string conversion☆233Updated 2 years ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated 10 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Boost.Predef (a Boost C++ Library)☆53Updated last month
- 128-bit (64.64) signed fixed-point arithmetic.☆178Updated 8 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆50Updated 4 months ago
- Platform independent, multi-threading implementation of lz4 stream in C++11☆202Updated 3 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Fixed size function wrapper like std::function☆69Updated 9 years ago