timsort / cpp-TimSortLinks
A C++ implementation of timsort
☆310Updated 10 months ago
Alternatives and similar repositories for cpp-TimSort
Users that are interested in cpp-TimSort are comparing it to the libraries listed below
Sorting:
- A micro microbenchmarking library for C++11 in a single header file☆225Updated 3 months ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- C++11 metaprogramming library☆268Updated 3 weeks ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆182Updated this week
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Multiprecision for modern C++☆318Updated 10 months ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 3 weeks ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆158Updated 3 months ago
- Microbenchmarking for Modern C++☆226Updated 4 years ago
- Header-only library for multithreaded programming☆236Updated 6 months ago
- Love template metaprogramming☆330Updated 3 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆581Updated 2 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- C++ standard library features, "from scratch"☆193Updated 8 months ago
- What a c++ standard Unicode library might look like.☆337Updated last year
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- A polymorphic value-type for C++☆228Updated 2 years ago
- C++ library for storing and printing backtraces.☆475Updated this week
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated last year
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆414Updated last week
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆451Updated last week
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆468Updated 2 weeks ago
- Implementation of C++20's std::span for older compilers☆367Updated 2 years ago
- Compile time mathematic functions for C++14☆189Updated 3 years ago
- c++ LINQ -like library of higher-order functions for data manipulation☆199Updated 4 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library.☆250Updated last week
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆378Updated 2 months ago