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 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…☆167Feb 7, 2026Updated 3 weeks ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Oct 7, 2017Updated 8 years ago
- Sorting algorithms & related tools for C++☆694Feb 14, 2026Updated last week
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆71Jan 2, 2026Updated last month
- scanf for modern C++☆1,298Oct 29, 2025Updated 3 months ago
- A ring_span implementation that allows zero construction and destruction☆16Jun 7, 2020Updated 5 years ago
- A fixed capacity dynamically sized string☆69Dec 19, 2025Updated 2 months ago
- Vulkan debug layer to visualize synchronization dependencies☆44Oct 21, 2019Updated 6 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆131Aug 1, 2022Updated 3 years ago
- Pattern-defeating quicksort.☆2,473Dec 6, 2023Updated 2 years ago
- Platform abstraction and utility library☆19Jun 21, 2025Updated 8 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Nov 2, 2025Updated 3 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆487Jan 2, 2026Updated last month
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆507Oct 22, 2023Updated 2 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆175Jan 19, 2026Updated last month
- A fast, memory efficient hash map for C++☆1,300May 19, 2025Updated 9 months ago
- Sample code for a 'Quaternions revisited' article from GPU Pro 5☆35Jun 27, 2015Updated 10 years ago
- Coroutine library in C.☆21Apr 13, 2021Updated 4 years ago
- Reference implementation of Dragonbox in C++☆797Oct 3, 2025Updated 4 months ago
- Powerful multi-threaded coroutine dispatcher and parallel execution engine☆626Apr 22, 2025Updated 10 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- Parsing Expression Grammar Template Library☆2,109Updated this week
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- Your binary serialization library☆1,218Oct 9, 2025Updated 4 months ago
- A light-weight C++ profiling library☆30Jul 9, 2014Updated 11 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Jan 22, 2019Updated 7 years ago
- A Compositional Numeric Library for C++☆684Apr 26, 2024Updated last year
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,029Dec 17, 2025Updated 2 months ago
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.☆35Dec 8, 2018Updated 7 years ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,915Feb 11, 2024Updated 2 years ago
- A new take on polymorphism☆691Dec 11, 2025Updated 2 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,602May 1, 2023Updated 2 years ago
- Variadic templates and std::integer_sequence support library☆112Feb 21, 2025Updated last year
- ☆10Oct 5, 2016Updated 9 years ago
- A Cinder block for dealing with geographic coordinates☆10Feb 6, 2020Updated 6 years ago
- Native C++ Library☆49May 23, 2015Updated 10 years ago
- List of resources about modern dynamic polymorphism in C++.☆12Sep 29, 2018Updated 7 years ago