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
Sorting:
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 8 months ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 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
- Bloom filter alternative (C++)☆18Updated 6 years ago
- ☆31Updated 9 years ago
- A signal/slot implementation using std::function.☆12Updated 10 years ago
- Lists of pre-defined macros for various C/C++ compilers☆17Updated 5 years ago
- A sparse and compressed bitmap library.☆12Updated 10 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Dictionary implemented through a skiplist☆15Updated 10 years ago
- Benchmarking reading and parsing integers from a file in C++.☆9Updated 5 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 2 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Lock-free memory allocator☆21Updated last year
- SIMD-accelerated UTF-8 to UTF-32 conversion☆11Updated 6 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- SLB: C++ Standard Library Backport☆11Updated 6 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Benchmark supporting baseless libel against clang-format☆11Updated 5 years ago
- Single-header C90 collection of synchronization primitives☆17Updated 9 years ago
- Simple embeddable C++11 async tcp,http and websocket serving.☆10Updated 6 years ago
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 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
- Apathy is a lightweight path/file/mstream/mmap IO library (C++03)☆35Updated 5 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago