morzhovets / momoLinks
C++ template containers with optimized memory consumption
☆12Updated last 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Implementation of hash_append proposal☆67Updated 9 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
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- A proposal for a futures programming model for ISO C++☆23Updated 7 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 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
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 2 weeks ago
- ☆59Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated 2 months ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- Literal Logging for C++☆86Updated 8 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year