pythonの並列処理
multi thread
concurrent.futuresを使う
multi processing
Joblibを使う
組み込みだとmultiprocessingがある
References
Python並列処理(multiprocessingとJoblib) - Qiita
Pythonの並列処理・並行処理をしっかり調べてみた - Qiita
#python
#2021-04-24 19:49:22