Morwenn / vergesort
Unstable O(n log n) sorting algorithm with O(n) memory
☆60Updated last year
Related projects ⓘ
Alternatives and complementary repositories for vergesort
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- A C++ library for integer array compression☆27Updated 2 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆44Updated 3 years ago
- The Bit Library☆58Updated 5 years ago
- Implementation of hash_append proposal☆68Updated 7 years ago
- Use unused bits in your pointer☆46Updated 7 years ago
- An approach for runtime detection inside a constexpr function☆80Updated 6 years ago
- C++ Scattered Containers☆66Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- a c++ header library that implements variant constexpr functions and types.☆82Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆117Updated last year
- C++17 immutable compile-time key value map☆50Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- Compile-time printf-like string formatting☆76Updated 6 years ago
- low-level library for minimizing the size of your types☆110Updated 5 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆111Updated 4 years ago
- ☆12Updated 8 years ago
- C++ Proposal: A constexpr bitwise operations library for C++☆35Updated 6 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆37Updated 4 months ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- Type-safe and human-readable set of bool flags☆23Updated 7 years ago
- Visualization tool for Templight C++ template debugger traces☆89Updated 5 years ago
- Very fast regexp using c++11 templates.☆82Updated 9 years ago
- Variadic templates and std::integer_sequence support library☆109Updated 3 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago