Sorting algorithms & related tools for C++
☆694Feb 14, 2026Updated last week
Alternatives and similar repositories for cpp-sort
Users that are interested in cpp-sort are comparing it to the libraries listed below
Sorting:
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,594May 29, 2025Updated 9 months ago
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- A C++ micro-benchmarking framework☆367Feb 25, 2020Updated 6 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,632Oct 13, 2025Updated 4 months ago
- A collection of awful archetypes to ease the testing of generic C++ libraries☆110Apr 4, 2019Updated 6 years ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,467Feb 11, 2026Updated 2 weeks ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Jul 5, 2024Updated last year
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆487Jan 2, 2026Updated last month
- a header-only, constexpr alternative to gperf for C++14 users☆1,527Jul 29, 2025Updated 6 months ago
- Compile Time Regular Expression in C++☆3,761Sep 12, 2025Updated 5 months ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,351Mar 23, 2025Updated 11 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,602May 1, 2023Updated 2 years ago
- scanf for modern C++☆1,298Oct 29, 2025Updated 3 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆513Feb 6, 2026Updated 3 weeks ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- An additive strong typedef library for C++14/17/20☆475Jan 28, 2025Updated last year
- Compile time mathematic functions for C++14☆188Oct 28, 2021Updated 4 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Dec 6, 2021Updated 4 years ago
- A C++ implementation of timsort☆314Dec 3, 2024Updated last year
- A date and time library based on the C++11/14/17 <chrono> header☆3,378Jan 10, 2026Updated last month
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆678Dec 20, 2025Updated 2 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,671Oct 6, 2024Updated last year
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated last week
- Highly composable C++17 template meta programming library☆39Mar 2, 2019Updated 6 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Jan 8, 2026Updated last month
- Love template metaprogramming☆330Apr 10, 2022Updated 3 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- Listing of C++ Youtube channels for conferences and user groups☆274Sep 30, 2024Updated last year
- Compile Time Type Information for C++☆612Apr 20, 2023Updated 2 years ago
- An educational C++20 implementation of Boost.Optional that also is-a C++20 std::optional☆11Oct 10, 2020Updated 5 years ago
- Lightweight Error Augmentation Framework☆337Feb 19, 2026Updated last week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- 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,001Updated this week
- A library for Study Group 14 of Working Group 21 (C++)☆529Apr 19, 2022Updated 3 years ago
- Fast, convenient JSON serialization and parsing in C++☆502Feb 16, 2026Updated last week
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Nov 7, 2025Updated 3 months ago
- C++ library for executors☆515Sep 21, 2016Updated 9 years ago
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up☆969Feb 16, 2026Updated last week
- SIMD Vector Classes for C++☆1,516Jun 6, 2024Updated last year