zap
Task scheduler
A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner.
An asynchronous runtime with a focus on performance and resource efficiency.
446 stars
17 watching
16 forks
Language: Zig
last commit: 3 months ago
Linked from 3 awesome lists
asynchronousionetworkingperformanceruntimerustschedulerunixwindowszig
Related projects:
Repository | Description | Stars |
---|---|---|
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
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 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
overzealous/run-sequence | A utility function for managing the execution order of dependent tasks in a build pipeline. | 961 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,423 |
stav121/tasklet | An asynchronous task scheduling library written in Rust. | 30 |