FiberTaskingLib

Task scheduler

An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers.

A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.

GitHub

939 stars
50 watching
80 forks
Language: C++
last commit: over 2 years ago
Linked from 4 awesome lists

coroutinescppfibersmultithreadingtask-scheduler

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
google/marlA task scheduler that manages the execution of tasks across multiple threads or fibers.1,889
conorwilliams/libforkA tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading620
bosma/schedulerA modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality.274
p-ranav/task_systemA task scheduling system built with C++14 primitives to manage concurrent tasks and queues.41
ivanseidel/arduinothreadA C++ library that simplifies the management of parallel tasks on Arduino boards.957
leosperry/chronitonA library for running tasks on schedules with strongly typed jobs and asynchronous execution.182
danengelbrecht/bikeshedA high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies.111
pplux/px_schedA single header C++11 task scheduler for managing concurrent tasks.190
cirocosta/crAn execution system for tasks with dependencies.694
icanzilb/taskqueueA Swift library that allows developers to schedule and execute tasks in a synchronous manner.682
fizista/micropython-mcronA time-based task scheduling library for Python on microcontrollers with hardware timers35
sgrondin/bottleneckA lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications.1,838
soasme/nim-schedulesA Nim library that enables scheduling of periodic tasks with optional async support and throttling control.64
clin99/cpp-taskflowA library providing a simple and expressive way to write parallel programs with complex task dependencies.8
kprotty/zapA runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner.454