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:
- Vectorized version of the PCG random number generator☆84Updated 9 months 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
- A C++14 library to make it easier to work with parameter packs☆57Updated 6 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated last month
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- runtime to compile-time mappings☆110Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- A header-only C++ parsing framework☆36Updated 4 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- A no-dependencies C++ extensible type erasure library☆45Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated last year
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- Generic C++14 Database Construction Library☆15Updated 7 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- A generic implementation of the BitmaskType C++ concept☆85Updated 5 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 5 months ago
- rx::ranges is a minimalist ranges library for C++17☆128Updated 3 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 9 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆38Updated 3 weeks 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
- An approach for runtime detection inside a constexpr function☆80Updated 7 years ago