enkiTSExamples
Task Scheduler Examples
C and C++ examples for a parallel program task scheduler
Examples for enkiTS
86 stars
4 watching
9 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dougbinks/enkits | An API and scheduling library for parallel programming using multicore CPUs | 1,753 |
dask/distributed | A library for managing and orchestrating parallel computing tasks across multiple machines | 1,579 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 108 |
bekk/db-scheduler-ui | Provides a browser-based UI for monitoring and managing scheduled tasks in a Spring Boot application | 42 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
dougbinks/rccpp_dx11_example | A tutorial project demonstrating how to add runtime compiled C++ features to a DirectX11 Dear ImGui example for rapid development and iteration | 42 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
dahall/taskscheduler | Provides a .NET wrapper for the Windows Task Scheduler | 1,225 |
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 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
deepaksinghvi/cdule | A Golang-based scheduler library with database support | 54 |
kitstack/async-job | An asynchronous job manager with light code and clear features | 10 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 439 |
sustrik/libdill | Structured concurrency primitives for C to manage concurrent tasks efficiently | 1,683 |