KjellKod / concurrentLinks
Concurrent wrapper for "any" object. All calls to the public API of the object are executed asynchronously in FIFO order.
☆23Updated 5 years ago
Alternatives and similar repositories for concurrent
Users that are interested in concurrent are comparing it to the libraries listed below
Sorting:
- Header only C++14 micro benchmark☆14Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆86Updated 10 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- libclangmm - An easy to use C++-wrapper for libclang☆38Updated 7 years ago
- Fast delegates implementation☆57Updated 3 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 6 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- ☆29Updated 2 years ago
- Non bloated asynchronous logger☆222Updated 2 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆119Updated 7 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆68Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated 2 months ago
- Open multi-methods for C++11☆119Updated 8 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- Fixed size function wrapper like std::function☆70Updated 9 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆38Updated 4 years ago
- C++17 lock-free data structure library☆15Updated 7 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 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