timsort / cpp-TimSortLinks
A C++ implementation of timsort
☆310Updated 9 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:
- C++ implementation of a memory efficient hash map and hash set☆362Updated this week
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆138Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- C++11 metaprogramming library☆266Updated this week
- Multiprecision for modern C++☆317Updated 9 months ago
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆181Updated 11 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- C++ standard library features, "from scratch"☆193Updated 7 months ago
- Love template metaprogramming☆329Updated 3 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆196Updated 4 years ago
- Header-only library for multithreaded programming☆236Updated 5 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆576Updated 2 months ago
- A micro microbenchmarking library for C++11 in a single header file☆224Updated 2 months ago
- Compile time mathematic functions for C++14☆189Updated 3 years ago
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- A polymorphic value-type for C++☆228Updated last year
- Microbenchmarking for Modern C++☆226Updated 4 years ago
- C++ library for storing and printing backtraces.☆478Updated 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☆449Updated 5 months ago
- Range-based goodness for C++17☆365Updated 4 years ago
- Memory optimal Small String Optimization implementation for C++☆246Updated 10 years ago
- Comprehensive benchmarks of C++ maps☆313Updated 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☆247Updated 7 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…☆157Updated 2 months ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆168Updated 7 months ago
- A fast work-stealing queue template in C++☆320Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆465Updated 2 months ago