pyiron / executorlib

Up-scale python functions for high performance computing (HPC) with executorlib.
https://executorlib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

[feature] Add more functions #23

Closed jan-janssen closed 1 year ago

jan-janssen commented 1 year ago

The multiprocessing Pool implements more functions than just the map() function: https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing.pool

jan-janssen commented 1 year ago

The Pool class was replaced by the Executor class.