ademakov / RNGLinks
A simple state-of-the-art C++ random number generator
☆19Updated 8 years ago
Alternatives and similar repositories for RNG
Users that are interested in RNG are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- Command line argument parser (C++14)☆18Updated 6 years ago
- Add-on packages for Vector class library☆76Updated 2 years ago
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Mirror of Agner Fog's C++ vector class library☆30Updated 6 years ago
- A concise and readable metaprogramming language for C++☆62Updated 5 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 4 months ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 6 years ago
- Rebooting the std::bitset franchise☆46Updated last month
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- Flat containers for C++☆59Updated 7 months ago
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Resizable contiguous sequence container with fast appends on either end.☆38Updated 9 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last month
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 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 7 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆60Updated 6 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- Mathematical Expression Parser and JIT Compiler☆150Updated 2 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago