Morwenn / vergesortLinks
Unstable O(n log n) sorting algorithm with O(n) memory
☆61Updated last year
Alternatives and similar repositories for vergesort
Users that are interested in vergesort are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++11 metaprogramming library☆111Updated 9 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- generic stack-based container☆107Updated 7 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- An approach for runtime detection inside a constexpr function☆79Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Policy Based C++ Allocator Library☆123Updated last month
- The Bit Library☆58Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆135Updated 4 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆86Updated 9 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 5 months ago
- C++ micro benchmark library☆97Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Very fast regexp using c++11 templates.☆82Updated 10 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 7 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Fast containers of polymorphic objects.☆68Updated last month
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 2 months ago