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 5 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…☆70Updated 5 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated 5 months ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated 3 weeks ago
- C++11 compatible charconv☆31Updated 2 weeks ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- "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 4 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆15Updated 3 weeks ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 3 weeks ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated 3 weeks ago
- The Fancy Named Parameters Library☆36Updated 2 months ago
- ☆25Updated 5 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 8 months ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 6 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Container Traits for Modern C++☆28Updated 5 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated 3 weeks ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- A fixed capacity dynamically sized string☆69Updated last week
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 2 months ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- A single file C++11 header-only memory mapped file library.☆73Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago