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
- Non bloated asynchronous logger☆223Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆85Updated 10 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 6 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- C++17 lock-free data structure library☆15Updated 7 years ago
- Timing utility, wraps C++11 std::chrono in an easy to use StopWatch utility☆51Updated 10 years ago
- Modern C++ generic header-only template library.☆105Updated 5 months ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 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
- C++ coroutine based networking library (WIP)☆39Updated 7 years ago
- An experimental SQL connector for containers and streams of the C++ Standard Library☆37Updated 7 years ago
- A proposal for a futures programming model for ISO C++☆23Updated 7 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- async/await in vanilla C++11☆80Updated 9 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- ☆28Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆53Updated 6 years ago
- Session-based Beast/Asio wrapper requiring C++14☆67Updated 5 years ago
- High performance multithreading toolkit for C++17☆47Updated 2 months ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago