[ forky ]
[ sid ]
[ ソース: mpire ]
パッケージ: python3-mpire (2.10.2-3)
Python package for easy multiprocessing,
but faster than multiprocessing in most scenarios, packs more features, and is generally more user-friendly than the default multiprocessing package. It combines the convenient map like functions of multiprocessing.Pool with the benefits of using copy-on-write shared objects of multiprocessing.Process, together with easy-to-use worker state, worker insights, worker init and exit functions, timeouts, and progress bar functionality.
その他の python3-mpire 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool