Morwenn / vergesortLinks
Unstable O(n log n) sorting algorithm with O(n) memory
☆67Updated 2 months ago
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
- Implementation of hash_append proposal☆67Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆170Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 4 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- An approach for runtime detection inside a constexpr function☆80Updated 7 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆124Updated 3 years ago
- Use unused bits in your pointer☆46Updated 8 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- generic stack-based container☆110Updated 7 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- Warning suppression library (C++)☆83Updated 5 years ago
- Very fast regexp using c++11 templates.☆83Updated 10 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- Policy Based C++ Allocator Library☆123Updated 6 months ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- runtime to compile-time mappings☆109Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- C++ micro benchmark library☆98Updated 8 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 9 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆36Updated 9 years ago
- C++17 immutable compile-time key value map☆50Updated 6 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
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆101Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last week