enkiTS
Parallel scheduler
An API and scheduling library for parallel programming using multicore CPUs
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
2k stars
61 watching
146 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
cc-plus-plusenkitsgamedevmultithreadingschedulingthread
Related projects:
Repository | Description | Stars |
---|---|---|
dougbinks/enkitsexamples | C and C++ examples for a parallel program task scheduler | 86 |
dask/distributed | A library for managing and orchestrating parallel computing tasks across multiple machines | 1,579 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 108 |
conorwilliams/libfork | A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 613 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
deepaksinghvi/cdule | A Golang-based scheduler library with database support | 54 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,915 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 936 |
rk/go-cron | A library for scheduling tasks with varying intervals in Go | 232 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 955 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
sustrik/libdill | Structured concurrency primitives for C to manage concurrent tasks efficiently | 1,683 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 760 |