libfork
Task scheduler
A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
613 stars
19 watching
26 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
cactus-stackconcurrencyconcurrentcoroutinescpp20lock-freeparallelparallel-computingschedulertask-graphtaskingthreadingthreadpoolwait-freework-stealing
Related projects:
Repository | Description | Stars |
---|---|---|
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 936 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 108 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
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,893 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |