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
148 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list
cc-plus-plusenkitsgamedevmultithreadingschedulingthread
Related projects:
Repository | Description | Stars |
---|---|---|
| C and C++ examples for a parallel program task scheduler | 86 |
| A library for managing and orchestrating parallel computing tasks across multiple machines | 1,582 |
| A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 |
| A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 |
| A single header C++11 task scheduler for managing concurrent tasks. | 190 |
| A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
| A Golang-based scheduler library with database support | 55 |
| A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
| A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,975 |
| An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
| A simple Go library to handle scheduled tasks with varying intervals. | 233 |
| A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| Structured concurrency primitives for C to manage concurrent tasks efficiently | 1,692 |
| Automatically schedules tasks on a distributed system using Docker Swarm and Go | 773 |