dougbinks/enkiTS
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support. observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 96
- Release rhythm 59
- 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: n/a
- age_days: 4212
- days_rel: 60
- days_push: 27
- n_releases_24m: 1
Adoption not part of the score
2023 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
enkiTS is a permissively licensed (Zlib) C and C++ task scheduler for building parallel programs that exploit data and task-level parallelism on multicore CPUs. It is lightweight, requires only C++11, and offers both C++ and C APIs.
Use cases
- parallelize workloads across multicore CPUs
- run task-based parallelism in a C++ game engine
- schedule dependent tasks with a lightweight C API
- implement data parallelism in performance-critical code
- add multithreading to cross-platform C/C++ applications
When to choose
- you need a small, easy-to-integrate task scheduler with minimal dependencies
- you want both C and C++ APIs for parallel task execution
- you are developing games or real-time software that must scale across cores
- you need permissive licensing (Zlib) for commercial use
When to avoid
- you need a full-featured threading framework with async I/O or coroutines
- your project targets platforms without C++11 support
- you prefer higher-level parallelism abstractions like OpenMP or TBB with broad ecosystem support
Facets
library · maturity active
concurrency scheduling developer-tools performance cpp c windows cross-platform task-scheduler multithreading parallelism gamedev lightweight game-development linux macos android
1 source
- readme: https://github.com/dougbinks/enkiTS · fetched 2026-08-28 · b50aecf2c715
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dougbinks/enkiTS | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="dougbinks/enkiTS")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem