A C++ implementation of timsort
☆314Dec 3, 2024Updated 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:
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆21Jul 11, 2025Updated 8 months ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Oct 7, 2017Updated 8 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆168Feb 7, 2026Updated last month
- Sorting algorithms & related tools for C++☆699Mar 13, 2026Updated last week
- Bit containers, sequences, and views for everyone. 🕷️☆131Aug 1, 2022Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆71Jan 2, 2026Updated 2 months ago
- Pattern-defeating quicksort.☆2,475Dec 6, 2023Updated 2 years ago
- scanf for modern C++☆1,302Oct 29, 2025Updated 4 months ago
- A fixed capacity dynamically sized string☆69Mar 11, 2026Updated last week
- Unstable O(n log n) sorting algorithm with O(n) memory☆68Nov 7, 2025Updated 4 months ago
- A ring_span implementation that allows zero construction and destruction☆16Jun 7, 2020Updated 5 years ago
- A light-weight C++ profiling library☆30Jul 9, 2014Updated 11 years ago
- Sorting algorithm quicker than MergeSort, and is adaptive and stable.☆40Jun 29, 2022Updated 3 years ago
- Platform abstraction and utility library☆19Mar 9, 2026Updated last week
- Vulkan debug layer to visualize synchronization dependencies☆44Oct 21, 2019Updated 6 years ago
- Powerful multi-threaded coroutine dispatcher and parallel execution engine☆626Apr 22, 2025Updated 10 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆488Mar 3, 2026Updated 2 weeks ago
- Public repository of personal cinder projects, largely for my own edification.☆14Oct 21, 2015Updated 10 years ago
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- Reference implementation of Dragonbox in C++☆804Oct 3, 2025Updated 5 months ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Mar 6, 2015Updated 11 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Nov 2, 2025Updated 4 months ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Dec 6, 2021Updated 4 years ago
- Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as s…☆380Feb 11, 2016Updated 10 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆506Oct 22, 2023Updated 2 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Feb 2, 2024Updated 2 years ago
- Generate a flame graph view.☆15Jan 24, 2026Updated last month
- a header-only, constexpr alternative to gperf for C++14 users☆1,530Jul 29, 2025Updated 7 months ago
- Parsing Expression Grammar Template Library☆2,113Mar 11, 2026Updated last week
- Compile Time Regular Expression in C++☆3,770Sep 12, 2025Updated 6 months ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,916Feb 11, 2024Updated 2 years ago
- Variadic templates and std::integer_sequence support library☆112Feb 21, 2025Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆764Nov 2, 2025Updated 4 months ago
- A Cinder block for dealing with geographic coordinates☆10Feb 6, 2020Updated 6 years ago
- A fast, memory efficient hash map for C++☆1,303May 19, 2025Updated 10 months ago
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,033Dec 17, 2025Updated 3 months ago
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago
- Sample code for a 'Quaternions revisited' article from GPU Pro 5☆35Jun 27, 2015Updated 10 years ago
- A new take on polymorphism☆693Updated this week