Morwenn / vergesort
Unstable O(n log n) sorting algorithm with O(n) memory
☆60Updated last year
Alternatives and similar repositories for vergesort:
Users that are interested in vergesort are comparing it to the libraries listed below
- Implementation of hash_append proposal☆69Updated 8 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- low-level library for minimizing the size of your types☆112Updated 5 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Use unused bits in your pointer☆45Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- Type-safe and human-readable set of bool flags☆23Updated 7 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- Vectorized version of the PCG random number generator☆75Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm