Morwenn / vergesortLinks
Unstable O(n log n) sorting algorithm with O(n) memory
☆61Updated 2 years ago
Alternatives and similar repositories for vergesort
Users that are interested in vergesort are comparing it to the libraries listed below
Sorting:
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- low-level library for minimizing the size of your types☆114Updated 5 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Use unused bits in your pointer☆46Updated 7 years ago
- The Bit Library☆58Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Very fast regexp using c++11 templates.☆82Updated 10 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 5 years ago
- An approach for runtime detection inside a constexpr function☆79Updated 7 years ago
- C++11 metaprogramming library☆112Updated 9 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- ☆13Updated 9 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Policy Based C++ Allocator Library☆123Updated 2 months ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 4 years ago
- generic stack-based container☆109Updated 7 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- C++ micro benchmark library☆97Updated 8 years ago