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:
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 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…☆158Updated 3 months ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated last month
- C++ small containers☆146Updated 5 months ago
- ☆50Updated 8 years ago
- Boost.org unordered module☆80Updated this week
- generic stack-based container☆109Updated 7 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 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…☆42Updated 2 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆182Updated last week
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆107Updated last year
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆207Updated 2 weeks ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- C++14 code to convert integers to strings at compile-time☆120Updated 9 months ago
- Light, fast, threadpool for C++20☆105Updated 2 years ago
- C++11 library. Small vector. Static vector. Small flat map/set. Static flat map/set. Compact vector. Segmented vector/devector.☆133Updated last week
- A fixed capacity dynamically sized string☆68Updated last week
- B++ Tree☆69Updated last year
- A micro microbenchmarking library for C++11 in a single header file☆225Updated 3 months ago
- low-level library for minimizing the size of your types☆115Updated 6 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆132Updated 2 weeks ago
- C++20 Unit-Testing library☆50Updated 6 months ago