David-Haim / concurrencppLinks
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
☆2,652Updated 4 months ago
Alternatives and similar repositories for concurrencpp
Users that are interested in concurrencpp are comparing it to the libraries listed below
Sorting:
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,088Updated this week
- A library of C++ coroutine abstractions for the coroutines TS☆3,676Updated last year
- C++14 lock-free queue.☆1,720Updated 3 weeks ago
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆2,012Updated this week
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,229Updated 10 months ago
- BS: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library☆2,644Updated 8 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,594Updated 10 months ago
- Unified Executors☆1,630Updated 6 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,351Updated last year
- Event Dispatcher and callback list for C++☆1,553Updated 8 months ago
- A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, fl…☆1,539Updated last week
- Asynchronous Low Latency C++ Logging Library☆2,442Updated this week
- C++20 coroutine library☆826Updated this week
- C++ Tip Of The Week☆1,633Updated 3 months ago
- Async++ concurrency framework for C++11☆1,405Updated 10 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,037Updated 2 weeks ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,966Updated 6 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,556Updated 3 months ago
- A curated list of awesome header-only C++ libraries☆3,920Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,581Updated 2 years ago
- C++11/14/17 std::expected with functional-style extensions☆1,731Updated last week
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,051Updated 3 months ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,858Updated last year
- Header-only TOML config file parser and serializer for C++17.☆1,852Updated last month
- Extremely fast, in memory, JSON and reflection library for modern C++