adrian17 / cpp-drop-merge-sortLinks
C++ reimplementation of https://github.com/emilk/drop-merge-sort
☆21Updated 3 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:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- runtime to compile-time mappings☆108Updated 7 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
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- An approach for runtime detection inside a constexpr function☆79Updated 7 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 6 years ago
- Compile-time printf-like string formatting☆77Updated 7 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
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆37Updated last year
- A C++14 library to make it easier to work with parameter packs☆56Updated 6 years ago
- Use unused bits in your pointer☆46Updated 7 years ago
- ☆13Updated 9 years ago
- Very fast regexp using c++11 templates.☆82Updated 10 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Updated 9 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- A generic implementation of the BitmaskType C++ concept☆85Updated 4 years ago
- Fast containers of polymorphic objects.☆68Updated 3 weeks ago
- The Bit Library☆58Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- High Performance Streams Based on Coroutine TS ⚡☆149Updated 6 years ago