adrian17 / cpp-drop-merge-sortLinks
C++ reimplementation of https://github.com/emilk/drop-merge-sort
☆21Updated 4 years ago
Alternatives and similar repositories for cpp-drop-merge-sort
Users that are interested in cpp-drop-merge-sort are comparing it to the libraries listed below
Sorting:
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated 3 months ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 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
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- ☆13Updated 9 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- A persistent hash array-mapped trie for C++☆92Updated 2 years ago
- Compile-time printf-like string formatting☆76Updated 7 years ago
- Vectorized version of the PCG random number generator☆87Updated 3 weeks ago
- runtime to compile-time mappings☆109Updated 8 years ago
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- A C++14 library to make it easier to work with parameter packs☆57Updated 6 years ago
- An approach for runtime detection inside a constexpr function☆80Updated 7 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- Very fast regexp using c++11 templates.☆83Updated 10 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- A C++ library for type level flagging☆64Updated 7 years ago
- Linear vs binary search benchmark☆41Updated 6 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 6 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio☆46Updated 9 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago