morzhovets / momoLinks
C++ template containers with optimized memory consumption
☆12Updated this week
Alternatives and similar repositories for momo
Users that are interested in momo are comparing it to the libraries listed below
Sorting:
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 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
 - Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
 - C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
 - C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
 - Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
 - ☆36Updated 10 months ago
 - Open multi-methods for C++11☆117Updated 7 years ago
 - For details, see the blog post:☆34Updated last year
 - A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
 - A C++ pointer bump memory arena implementation☆94Updated 10 years ago
 - ☆56Updated 4 years ago
 - A persistent hash array-mapped trie for C++☆91Updated 2 years ago
 - Coroutines/Fibers implementation for x86☆65Updated 9 years ago
 - An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
 - Compact SVO optimized vector for C++17 or higher☆109Updated last year
 - benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
 - Compile-time Checked, Type-Safe Formatting in C++14☆37Updated 8 years ago
 - High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
 - An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
 - C++ framework for rapid server development☆77Updated last year
 - Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
 - The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
 - "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
 - A C++ library for integer array compression☆29Updated 3 years ago
 - EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
 - A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
 - HTTP/1 parsing and serialization algorithms using C++11☆29Updated last week
 - Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago