diff --git a/README.md b/README.md index 424d6a8..8503aae 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ C++ Benchmark Authoring Library/Framework. * [Threading Building Blocks](https://www.threadingbuildingblocks.org/) - Threading Building Blocks (TBB) is a C++ template library developed by Intel for parallel programming on multi-core processors. Using TBB, a computation is broken down into tasks that can run in parallel. The library manages and schedules threads to execute these tasks. * [execq](https://github.com/Alkenso/execq) - Smart queue that executes tasks in threadpool-like manner (serial / concurrent) in C++11. * [concurrencpp](https://github.com/David-Haim/concurrencpp) - A general concurrency library containing tasks, executors, timers and C++20 coroutines to rule them all. +* [ctq](https://github.com/egfinch/ctq) - Concurrent Task Queue ### Parsing & Serialization