skarupke / radix_sort
☆12Updated 8 years ago
Alternatives and similar repositories for radix_sort:
Users that are interested in radix_sort are comparing it to the libraries listed below
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 6 months ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- SIMD-accelerated UTF-8 to UTF-32 conversion☆11Updated 6 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- Fast comparison-based sort algorithm☆55Updated 2 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 3 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 10 years ago
- Lock-free memory allocator☆20Updated last year
- Benchmark supporting baseless libel against clang-format☆11Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A vectorized single header hash function.☆19Updated 3 months ago
- ☆31Updated 9 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- A signal/slot implementation using std::function.☆12Updated 10 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- A collection of data structures in C++☆18Updated 2 years ago
- Simple embeddable C++11 async tcp,http and websocket serving.☆10Updated 6 years ago
- Lists of pre-defined macros for various C/C++ compilers☆17Updated 5 years ago
- Algorithms that work on generic C arrays☆11Updated 8 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Multiplying... backward?☆13Updated 4 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Library for task-based parallellism