bshoshany/thread-pool
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 60
- Release rhythm 32
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 379
- age_days: 2056
- days_rel: 242
- days_push: 242
- n_releases_24m: 2
Adoption not part of the score
3040 stars · 331 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BS::thread_pool is a fast, lightweight, header-only C++17/C++20/C++23 thread pool library for submitting tasks to a pool of worker threads and receiving futures. It is designed to be easy to use while supporting high-performance parallel and scientific computing workloads.
Use cases
- run tasks in parallel with a thread pool in C++
- submit tasks and get futures back in C++
- parallelize loops for scientific computing
- manage a pool of worker threads easily
- speed up CPU-bound C++ workloads with multithreading
- wait for a batch of tasks to finish
When to choose
- you need a simple, modern C++ thread pool without heavy dependencies
- you want header-only integration via vcpkg, Conan, or Meson
- you need futures, task detaching, and wait-for-all semantics
- you are doing high-performance or scientific computing in C++
When to avoid
- you need distributed or multi-node parallelism rather than shared-memory threading
- you need GPU or heterogeneous parallelism
- your project targets a standard older than C++17
Facets
library · maturity stable
concurrency developer-tools performance cross-platform cpp cross-platform thread-pool multithreading parallelism cpp17 cpp20 cpp23 header-only scientific-computing high-performance-computing
1 source
- readme: https://github.com/bshoshany/thread-pool · fetched 2026-08-28 · 553f55aa8c87
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bshoshany/thread-pool | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="bshoshany/thread-pool")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem