davidstone / concurrent
High-throughput lock-based concurrent queue
☆29Updated last week
Alternatives and similar repositories for concurrent:
Users that are interested in concurrent are comparing it to the libraries listed below
- std::ring_span (SG14, P0059R1)☆46Updated 8 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- A C++14 and later CRTP template for defining iterators☆71Updated last week
- Compact SVO optimized vector for C++17 or higher☆100Updated 9 months ago
- Small small_vector☆33Updated 4 years ago
- Benchmark and accountability tool for C++ compile-time overhead / compile-time health☆51Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- Flat containers for C++☆59Updated 2 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- A fast, but not std conforming, version of visit for variants☆30Updated 4 years ago
- A persistent hash array-mapped trie for C++☆91Updated last year
- Papers intended for the C++ Standardization Committee☆14Updated last year
- Implementation of hash_append proposal☆69Updated 8 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- A research project aimed at introducing language support for type erasure in C++.☆53Updated 8 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 5 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆31Updated 7 years ago
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆53Updated 3 years ago
- 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
- ☆13Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.