Replace threading with multiprocessing when processing multiple chunks #326
Labels
minor new feature
intended for changes that require bumping MINOR version. New features that are backwards-compatible.
Threading is used to process different chunks in parallel, but can simply be replaced with multiprocessing for improved parallel efficiency.
The text was updated successfully, but these errors were encountered: