351 skills found · Page 11 of 12
laihuiyuan / Generic Resources For TstGeneric resources are what you need: Style transfer tasks without task-specific parallel training data (EMNLP 2021)
mikerainey / TaskpartsTask-parallel runtime system: A C++ library to support task parallelism on multicore platforms
hueyexe / Opencode EnsembleAgent teams for OpenCode. Run multiple agents in parallel with messaging, shared tasks, and coordinated execution.
fraguela / DepspawnA library to parallelize C++ applications by turning functions into tasks that automatically detect their data dependencies
the-control-group / Query SwarmSafely distribute query-driven tasks over a swarm of parallel functions on a single process or across multiple processes/machines.
JeffDing / WuKong HuaHuaWukong-Huahua is a diffusion-based model that perfoms text-to-image task in Chinese, which was developed by the Huawei Noah's Ark Lab in cooperation with the Distributed & Parallel Software Lab and Ascend Product Develop Unit
phatboyg / TaskellComposition Extensions for the Task Parallel Library
jthies / Par Algo2024material for the programming tasks of MasterMath course "parallel algorithms" 24/25.
zzcoolj / Parallel Sentences IdentifierzNLP : Identifying parallel sentences in Chinese-English comparable corpora for the BUCC 2017 Shared Task (https://comparable.limsi.fr/bucc2017/bucc2017-task.html)
hpehl / FlowParallel and sequential execution of asynchronous tasks
jigneshsatam / Parallelparallel executes any tasks in parallel by using Golang fanout fanin concurrency pattern
quipo / DependencysolverLayer-based scheduling algorithm for parallel tasks with dependencies
uditarora / ParallelTweepyA parallel task scheduler for Tweepy
LunaMultiplayer / TPL4UnityTPL (Task parallel library) for unity
wimvanderbauwhede / GprmThe Glasgow Parallel Reduction Machine, a task-based parallel programming framework. Parallel programming finally made easy!
Concurra / ConcurraConcurra - Concurra is a Python library designed for parallel task execution, allowing you to run multiple tasks concurrently with easy-to-use handling of task results, progress tracking, and error management. The library supports both multithreading and multiprocessing to help scale tasks efficiently.
radioegor146 / Mw ParallelMaster-worker parallel task system written on C#
TheCodeCleaner / DependentTaskRunnerRunning tasks in parallel while taking into account the dependencies between them.
fent / Ordered Queue.jsQueue with concurrency that starts tasks in order and runs them in parallel.
Midren / Bubble SchedulingBubble Scheduling: A Quasi Dynamic Algorithm for Static Allocation of Tasks to Parallel Architectures