bikeshed
Task scheduler
A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies.
Lock free hierarchical work scheduler
108 stars
8 watching
0 forks
Language: C++
last commit: 8 months ago
Linked from 1 awesome list
c99concurrency-librarylock-freemultithreadingqueue-tasksqueue-workersqueued-jobssingle-header-libtask-managertask-runnertask-scheduler
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
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 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 936 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
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 |
kagkarlsson/db-scheduler | A simple task scheduler designed for use in clustered Java applications with persistent tasks and minimal dependencies. | 1,261 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
dahall/taskscheduler | Provides a .NET wrapper for the Windows Task Scheduler | 1,225 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
dask/distributed | A library for managing and orchestrating parallel computing tasks across multiple machines | 1,579 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 955 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |