| David-Haim/concurrencpp |
1,922 |
|
0 |
0 |
about 2 years ago |
0 |
|
4 |
mit |
C++ |
| Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all |
| google/marl |
1,693 |
|
0 |
0 |
over 2 years ago |
0 |
|
12 |
apache-2.0 |
C++ |
| A hybrid thread / fiber task scheduler written in C++ 11 |
| dougbinks/enkiTS |
1,577 |
|
0 |
0 |
about 2 years ago |
1 |
April 14, 2021 |
6 |
zlib |
C++ |
| A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support. |
| mratsim/weave |
500 |
|
0 |
0 |
over 2 years ago |
0 |
December 11, 2023 |
42 |
other |
Nim |
| A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead |
| galois-advertising/gparallel |
132 |
|
0 |
0 |
over 2 years ago |
0 |
|
3 |
gpl-3.0 |
C++ |
| A DAG based parallel task schedule framework for galois advertising|基于DAG(Directed Acyclic Graph)的并行任务调度系统,自动推导节点依赖生成DAG。 |
| aikar/TaskChain |
123 |
|
0 |
0 |
over 5 years ago |
0 |
|
10 |
mit |
Java |
| TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async). |
| terkelg/workshy |
79 |
|
0 |
1 |
about 6 years ago |
6 |
March 15, 2020 |
0 |
mit |
JavaScript |
| A small (376B) lazy function scheduler for a butter smooth main thread. |
| usnistgov/HTGS |
30 |
|
0 |
0 |
over 5 years ago |
0 |
|
0 |
other |
C++ |
| The Hybrid Task Graph Scheduler API |
| rkuchumov/staccato |
25 |
|
0 |
0 |
over 6 years ago |
0 |
|
4 |
mit |
C++ |
| C++11 Work-Stealing Task Scheduler |
| walidbosso/Java_Task_Scheduling |
20 |
|
0 |
0 |
about 2 years ago |
0 |
|
0 |
apache-2.0 |
Java |
| ☕ A Distributed Task Scheduling System is a software infrastructure that allows for the distribution and execution of tasks across multiple nodes in a network. It enhances the efficiency and scalability of large-scale computation and data processing tasks by dividing complex tasks into smaller sub-tasks and distributing them. |