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 2 months ago
Alternatives and similar repositories for plf_indiesort
Users that are interested in plf_indiesort 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 2 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 5 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆33Updated last year
- C++11 compatible charconv☆31Updated last month
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- The Fancy Named Parameters Library☆34Updated last month
- ☆26Updated 5 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- Make std::mdspan formattable by std::format.☆11Updated last year
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated last year
- homogeneous variadic function parameters☆17Updated last year
- A wrapper of common C++ std types for functional programming☆22Updated last year
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 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
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆16Updated 6 months ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago