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 2 months ago
- Vectorized version of the PCG random number generator☆84Updated 10 months ago
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- ☆13Updated 9 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
- Compile-time printf-like string formatting☆77Updated 7 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 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
- runtime to compile-time mappings☆109Updated 8 years ago
- A header-only C++ parsing framework☆36Updated 4 years ago
- A C++14 library to make it easier to work with parameter packs☆57Updated 6 years ago
- Very fast regexp using c++11 templates.☆83Updated 10 years ago
- An approach for runtime detection inside a constexpr function☆80Updated 7 years ago
- A template for creating optional-like objects with no space overhead☆102Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- A C++ library for type level flagging☆65Updated 7 years ago
- dynamic polymorphism without inheritance☆31Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- A generic implementation of the BitmaskType C++ concept☆86Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆36Updated 9 years ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago
- Yet another C++ text formatting library.