aiomultiprocess
Concurrent Executor
A library that enables efficient concurrent execution of asynchronous tasks using both async and multiprocessing capabilities.
Take a modern Python codebase to the next level of performance.
2k stars
25 watching
101 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
asyncasynciohacktoberfestmultiprocessingpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
itcathyh/conexec | A toolkit to execute functions concurrently while specifying timeouts and efficient memory usage | 16 |
multiparty/conclave | Allows users to define data analysis workflows in familiar languages and execute them on multiple backends for secure multi-party computation | 98 |
chriskohlhoff/executors | A C++14 library providing executors and related functionality for asynchronous operations | 492 |
dano/aioprocessing | A Python library that integrates asyncio with multiprocessing for concurrent task execution | 655 |
jmartinesp/asyncjoblibrary | A library to simplify Android background and UI task execution | 221 |
objectprofile/pythonbridge | A tool that allows executing Python code directly from Pharo | 22 |
objectprofile/dmirror | A tool to parallelize workload execution across multiple copies of an image | 9 |
alkenso/execq | A smart queue for parallel task execution with features like threadpool-like behavior and non-blocking processing. | 40 |
amitt001/delegator.py | A library for managing subprocesses in Python. | 1,701 |
aymenfurter/microagents | A system of self-improving agents that can dynamically generate and edit code to perform tasks. | 742 |
zh217/aiochan | A Python library implementing CSP-style concurrency with a focus on ease of use and compatibility with existing libraries. | 165 |
futurize/parallel-future | A library that allows futures to be executed in parallel, contrasting with a sequential approach. | 7 |
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
a2d24/python-opa-wasm | A Python SDK for executing and managing Open Policy Agent policies in WebAssembly format | 10 |