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
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- The Bit Library☆58Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated last year
- Implementation of hash_append proposal☆69Updated 8 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Vectorized version of the PCG random number generator☆77Updated 3 weeks ago
- runtime to compile-time mappings☆108Updated 7 years ago
- An approach for runtime detection inside a constexpr function☆79Updated 6 years ago
- ☆13Updated 9 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆113Updated 4 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Use unused bits in your pointer☆45Updated 7 years ago
- A header-only C++ parsing framework☆36Updated 3 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 10 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Stack allocated and type-erased functors 🐜☆53Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- The missing C++ tuple functionality☆84Updated 5 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 6 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Compile-time linear algebra in C++☆56Updated 7 years ago
- Very fast regexp using c++11 templates.☆82Updated 10 years ago
- Policy Based C++ Allocator Library☆123Updated 7 years ago
- stl compatible hashtable☆29Updated 7 years ago