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.
936 stars
50 watching
80 forks
Language: C++
last commit: 8 months ago
Linked from 4 awesome lists
coroutinescppfibersmultithreadingtask-scheduler
Related projects:
Repository | Description | Stars |
---|---|---|
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
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 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 955 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 108 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
fizista/micropython-mcron | A time-based task scheduling library for Python on microcontrollers with hardware timers | 35 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
soasme/nim-schedules | A Nim library that enables scheduling of periodic tasks with optional async support and throttling control. | 64 |
clin99/cpp-taskflow | A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 6 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 446 |