fenilgmehta / Fastest-Integer-SortLinks
Sort large objects with just "n" swaps using fm_sort along with your favourite sorting algorithm.
☆30Updated 6 years ago
Alternatives and similar repositories for Fastest-Integer-Sort
Users that are interested in Fastest-Integer-Sort are comparing it to the libraries listed below
Sorting:
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- C++ small containers☆148Updated 3 weeks ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆51Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated 2 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated 2 months ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 5 months ago
- Standalone version of the boost::unordered library☆35Updated 6 months ago
- ☆50Updated 8 years ago
- Light, fast, threadpool for C++20☆112Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 11 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- A minimal xoshiro256** generator with the C++ <random> interface☆37Updated 4 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Complete Project Documentation☆99Updated last week
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A collection of std-like single-header C++ libraries☆201Updated this week
- A tool for representing and concatenating strings without heap memory☆63Updated 5 years ago
- B++ Tree☆72Updated last year
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆108Updated last year
- C++20 Dependency Injection library☆32Updated 9 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Updated last week
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆166Updated this week
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆132Updated 2 years ago
- C++20 Static Branch library☆96Updated 8 months ago