SINTEF / pyopia

Python Ocean Particle Image Analysis
https://pyopia.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Replace threading with multiprocessing when processing multiple chunks #326

Closed nepstad closed 1 month ago

nepstad commented 1 month ago

Threading is used to process different chunks in parallel, but can simply be replaced with multiprocessing for improved parallel efficiency.