BlazingPhoenix / concurrent-hash-mapLinks
STL compatible implementation of hash map optimized for concurrent access
☆25Updated 5 years ago
Alternatives and similar repositories for concurrent-hash-map
Users that are interested in concurrent-hash-map are comparing it to the libraries listed below
Sorting:
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Boost.org multi_index module☆51Updated last month
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 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
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- ☆12Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆44Updated 2 weeks ago
- Proposed SG14 status_code for the C++ standard☆67Updated 2 weeks ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- A never-valueless, strong guarantee implementation of std::variant☆69Updated last month
- WIP☆26Updated 6 years ago
- Boost.org unordered module☆73Updated this week
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Boost.org iterator module☆21Updated last week
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Small small_vector☆34Updated 4 years ago
- A C++14-and-later expression template library☆110Updated last month
- Helpers for preventing the static initialization order fiasco of global variables.☆45Updated 5 years ago
- The C++ Pimpl Idiom Again!☆36Updated 7 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- A C++14 and later CRTP template for defining iterators☆74Updated last month
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆38Updated 8 months ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- runtime to compile-time mappings☆108Updated 7 years ago