From 9a0727840fa8e0f04dcfcab2166e8e967841e482 Mon Sep 17 00:00:00 2001 From: Brian Budge Date: Mon, 26 Jan 2026 15:34:19 -0800 Subject: [PATCH] Add dispenso to Threading section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..307cb76 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ C++ Benchmark Authoring Library/Framework. * [concurrentqueue](https://github.com/cameron314/concurrentqueue) - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11. * [Cpp-Taskflow](https://github.com/cpp-taskflow/cpp-taskflow) - Modern C++ Parallel Task Programming Library +* [dispenso](https://github.com/facebookincubator/dispenso) - A high-performance C++ library for parallel programming with thread pools, parallel for, futures, and task graphs. * [Junction](https://github.com/preshing/junction) - Concurrent data structures in C++. * [MPMCQueue](https://github.com/rigtorp/MPMCQueue) - A bounded multi-producer multi-consumer lock-free queue written in C++11. * [SPSCQueue](https://github.com/rigtorp/SPSCQueue) - A bounded single-producer single-consumer wait-free and lock-free queue written in C++11.