ademakov / RNG
A simple state-of-the-art C++ random number generator
☆18Updated 7 years ago
Alternatives and similar repositories for RNG
Users that are interested in RNG are comparing it to the libraries listed below
Sorting:
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Lock-free memory allocator☆21Updated last year
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 5 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 4 months ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- This repository contains components that will support percolation via OpenCL and CUDA☆32Updated 3 years ago
- Mirror of Agner Fog's C++ vector class library☆30Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Add-on packages for Vector class library☆74Updated last year
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 2 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 8 months ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆18Updated last month
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- An alternative to Boost.MPI for a user friendly C++ interface for MPI (MPICH).☆19Updated 7 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Safe integer utilities for C++11☆16Updated 10 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago