Sorting algorithms & related tools for C++
☆699Mar 13, 2026Updated this week
Alternatives and similar repositories for cpp-sort
Users that are interested in cpp-sort are comparing it to the libraries listed below
Sorting:
- A C++ micro-benchmarking framework☆367Feb 25, 2020Updated 6 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,598May 29, 2025Updated 9 months ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Updated this week
- A collection of awful archetypes to ease the testing of generic C++ libraries☆110Apr 4, 2019Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Dec 6, 2021Updated 4 years ago
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- Compile time mathematic functions for C++14☆190Oct 28, 2021Updated 4 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,639Oct 13, 2025Updated 5 months ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,355Mar 23, 2025Updated 11 months ago
- Compile Time Regular Expression in C++☆3,770Sep 12, 2025Updated 6 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
- A C++ implementation of timsort☆314Dec 3, 2024Updated last year
- scanf for modern C++☆1,302Oct 29, 2025Updated 4 months ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,469Mar 11, 2026Updated last week
- An educational C++20 implementation of Boost.Optional that also is-a C++20 std::optional☆11Oct 10, 2020Updated 5 years ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,530Jul 29, 2025Updated 7 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆514Feb 6, 2026Updated last month
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆852Sep 12, 2023Updated 2 years ago
- An additive strong typedef library for C++14/17/20☆477Jan 28, 2025Updated last year
- A date and time library based on the C++11/14/17 <chrono> header☆3,384Jan 10, 2026Updated 2 months ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆678Mar 12, 2026Updated last week
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆68Nov 7, 2025Updated 4 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,605May 1, 2023Updated 2 years ago
- ☆245Apr 3, 2021Updated 4 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,018Mar 11, 2026Updated last week
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,674Oct 6, 2024Updated last year
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆2,027Updated this week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 8 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,190Feb 15, 2026Updated last month
- Single-header C++ library for bit manipulation.☆30Sep 28, 2021Updated 4 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆131Aug 1, 2022Updated 3 years ago
- Fast, convenient JSON serialization and parsing in C++☆504Feb 16, 2026Updated last month
- Love template metaprogramming☆331Apr 10, 2022Updated 3 years ago
- Listing of C++ Youtube channels for conferences and user groups☆274Sep 30, 2024Updated last year
- C++ library for storing and printing backtraces.☆485Mar 11, 2026Updated last week
- C++ library for executors☆515Sep 21, 2016Updated 9 years ago
- C++20 Compact Tuple Tools☆56Mar 13, 2026Updated last week
- Yet another web framework—this time in modern C++!☆101Dec 3, 2022Updated 3 years ago