mattreecebentley / plf_randLinks
A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's PCG rand with a fallback to xor-rand for 32-bit code.
☆17Updated last year
Alternatives and similar repositories for plf_rand
Users that are interested in plf_rand 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…☆67Updated 3 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Library of flat vector-like based associative containers☆74Updated 2 years ago
- ☆49Updated 7 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 4 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 2 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 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 3 weeks ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 11 months ago
- Virtual memory based containers☆42Updated 3 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- Optimizing the memory layout of std::tuple☆33Updated 5 years ago
- Command line argument parser (C++14)☆18Updated 6 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- C++11 compatible charconv☆31Updated this week
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- Flat containers for C++☆59Updated last month
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago