timsort / cpp-TimSortLinks
A C++ implementation of timsort
☆313Updated last year
Alternatives and similar repositories for cpp-TimSort
Users that are interested in cpp-TimSort are comparing it to the libraries listed below
Sorting:
- C++ standard library features, "from scratch"☆193Updated last year
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated 3 weeks ago
- Multiprecision for modern C++☆320Updated last year
- Header-only library for multithreaded programming☆240Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated 3 weeks ago
- C++11 metaprogramming library☆279Updated this week
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆143Updated 5 years ago
- C++ library for storing and printing backtraces.☆484Updated last week
- Love template metaprogramming☆331Updated 3 years ago
- Microbenchmarking for Modern C++☆233Updated 5 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆597Updated 6 months ago
- Compile time mathematic functions for C++14☆186Updated 4 years ago
- A header-only C++ library for task concurrency☆632Updated 2 years ago
- A single header standard C++ serialization framework.☆199Updated 4 years ago
- A tiny metaprogramming library☆312Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆478Updated 3 weeks ago
- Lightweight Error Augmentation Framework☆337Updated this week
- What a c++ standard Unicode library might look like.☆340Updated 2 years ago
- Implementation of C++20's std::span for older compilers☆373Updated 2 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.☆253Updated last month
- Range-based goodness for C++17☆364Updated 4 years ago
- c++ LINQ -like library of higher-order functions for data manipulation☆201Updated 4 years ago