mattreecebentley / plf_indiesortLinks
A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types.
☆20Updated last year
Alternatives and similar repositories for plf_indiesort
Users that are interested in plf_indiesort are comparing it to the libraries listed below
Sorting:
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++11 compatible charconv☆31Updated this week
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆13Updated last year
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- ☆20Updated this week
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- ☆26Updated 5 years ago
- homogeneous variadic function parameters☆17Updated last year
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- The Fancy Named Parameters Library☆31Updated last month
- 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
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Tiny Test System☆27Updated 2 months ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 8 months ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated 2 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆23Updated 3 weeks ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 7 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago