p-ranav / task_systemLinks
Task System presented in "Better Code: Concurrency - Sean Parent"
☆42Updated 4 years ago
Alternatives and similar repositories for task_system
Users that are interested in task_system are comparing it to the libraries listed below
Sorting:
- File/Directory Watcher for Modern C++☆84Updated 2 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆142Updated last year
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆84Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- An indirect value-type for C++☆83Updated last year
- Pipelines for Modern C++☆68Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 3 months ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Smart queue that executes tasks in threadpool-like manner☆41Updated last year
- Result<T, E> for Modern C++☆34Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆77Updated 2 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Portable UUID generation library for C++☆26Updated 2 years ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆54Updated 3 months ago
- Miscellaneous Useful Utilities for C++.☆30Updated last year
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want