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:
- A hash table implementation using Robin Hood Linear Probing☆51Updated 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
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- ☆31Updated 9 years ago
- ☆12Updated 8 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Header-only llvm::Expected<T>☆38Updated 5 years ago
- A header-only C++ parsing framework☆36Updated 3 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 6 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- HMAC-SHA-256 C++11 library designed for embedded systems☆12Updated last year
- A C++14/17 implementation of named tuples☆71Updated 10 months ago
- Overridable universal operator overloading for C++14☆20Updated 10 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Mirror of Agner Fog's C++ vector class library☆30Updated 5 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 7 years ago
- ☆26Updated 7 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 3 months ago
- Type safe "Keep it simple, stupid" text templates for C++☆39Updated 8 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Updated 9 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago