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.
☆19Updated 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::queue functionality but with better performance.☆37Updated 5 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Container Traits for Modern C++☆28Updated 5 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 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 5 months ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- C++11 compatible charconv☆31Updated 2 weeks ago
- File/Directory Watcher for Modern C++☆86Updated 3 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 8 months ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- ☆50Updated 8 years ago
- Yet another C++ text formatting library.☆71Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 3 weeks ago
- A fixed capacity dynamically sized string☆69Updated this week
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 8 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- C++20 for flag enums☆27Updated 5 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- Command line argument parser (C++14)☆18Updated 6 years ago
- Low memory overhead allocator☆33Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆41Updated 3 years ago