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.

GitHub

2k stars
61 watching
148 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list

cc-plus-plusenkitsgamedevmultithreadingschedulingthread

Backlinks from these awesome lists:

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,582
danengelbrecht/bikeshed A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. 111
conorwilliams/libfork A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading 620
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. 41
deepaksinghvi/cdule A Golang-based scheduler library with database support 55
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,975
richiesams/fibertaskinglib An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. 939
rk/go-cron A simple Go library to handle scheduled tasks with varying intervals. 233
ivanseidel/arduinothread A C++ library that simplifies the management of parallel tasks on Arduino boards. 957
wakatime/wakaq A background task queue for Python applications backed by Redis and Celery. 576
sustrik/libdill Structured concurrency primitives for C to manage concurrent tasks efficiently 1,692
crazy-max/swarm-cronjob Automatically schedules tasks on a distributed system using Docker Swarm and Go 773