fenilgmehta / Fastest-Integer-SortLinks
Sort large objects with just "n" swaps using fm_sort along with your favourite sorting algorithm.
☆30Updated 5 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:
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆123Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆107Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- ☆49Updated 7 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated 3 weeks ago
- Fast and simple C++ serializer☆35Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 4 months ago
- C++11 library. Small vector. Static vector. Small flat map/set. Static flat map/set. Compact vector. Segmented vector/devector.☆121Updated 3 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Boost.PFR without the boost namespaces☆73Updated 2 months ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆204Updated this week
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆128Updated last year
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆167Updated 7 months ago
- 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 tool for representing and concatenating strings without heap memory☆63Updated 4 years ago
- C++ small containers☆146Updated 4 months ago
- A collection of std-like single-header C++ libraries☆192Updated last month
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A collection of single-header C++11 libraries by Chobolabs☆135Updated 4 years ago
- A library for C++ reflection and introspection☆200Updated 8 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago