tvanslyke / timsort-cpp
A fine-tuned, highly-optimized timsort implementation for C++17.
☆48Updated 6 years ago
Alternatives and similar repositories for timsort-cpp:
Users that are interested in timsort-cpp are comparing it to the libraries listed below
- fast prime sieve and hash algorithm☆38Updated last year
- A C++ library for integer array compression☆28Updated 2 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++ generic make factory☆106Updated 5 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆51Updated 11 months ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆124Updated last year
- STL compatible implementation of hash map optimized for concurrent access☆25Updated 5 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
- Boost.org multi_index module☆47Updated last month
- Boost.Coroutine☆81Updated last month
- A C++14-and-later expression template library☆108Updated last month
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- STL-based caches for C++☆115Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 7 months ago
- ☆104Updated last year
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆47Updated 5 months ago