partr
Task scheduler
A parallel task execution runtime using parallel depth-first scheduling
Parallel Tasks Runtime
34 stars
5 watching
4 forks
Language: C
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 446 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
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 |
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 |
kagkarlsson/db-scheduler | A simple task scheduler designed for use in clustered Java applications with persistent tasks and minimal dependencies. | 1,261 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
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 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 955 |