FuturePool is a package that introduce known concept of multiprocessing Pool to the async/await world. It allows for easy translation from multiprocessing to async/await, while keeping the core principle - specified number of workers. FuturePool allows for more flexible usage by providing starimap/starimap_unordered.
☆14Nov 10, 2024Updated last year
Alternatives and similar repositories for futurepool
Users that are interested in futurepool are comparing it to the libraries listed below
Sorting:
- An Inline C++ Extension Generator for Python☆11Oct 26, 2021Updated 4 years ago
- Python JIT transpiler to C++☆15Jan 14, 2020Updated 6 years ago
- Lots of newcomers try to learn machine learning using Python. The goal of this project is to replicate all the lab works using the Python…