David-Haim-zz / concurrencppLinks
C++ Concurrency library!
☆27Updated 6 years ago
Alternatives and similar repositories for concurrencpp
Users that are interested in concurrencpp are comparing it to the libraries listed below
Sorting:
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated last week
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated last year
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 5 months ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- A single file C++11 header-only memory mapped file library.☆75Updated 2 years ago
- Flexible, portable, high-performance bit fields C++ library. unsigned a:13 becomes F<13> a;☆28Updated 7 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 8 months ago
- A C++ string-based dispatch/routing library☆25Updated 8 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 8 months ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- C++ coroutine based networking library (WIP)☆39Updated 7 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- Smart queue that executes tasks in threadpool-like manner☆45Updated 2 years ago
- Simple resource pool for recycling resources in C++☆71Updated 5 months ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated 3 weeks ago
- File/Directory Watcher for Modern C++☆87Updated 3 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated last week
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last week
- Additional functionality built on top of (Boost.)Asio☆26Updated 10 months ago