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
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 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☆96Updated 6 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 persistent hash array-mapped trie for C++☆91Updated 2 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 Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- 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
- Effective Memory Reclamation☆63Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- ☆59Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- For details, see the blog post:☆34Updated 2 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆16Updated 7 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- C++ framework for rapid server development☆77Updated last year