Using the workerpool library, it should be possible to distribute the work between different threads. Initial tests showed that my naive implementation was actually slower than doing everything on the main thread, but maybe there is a way to speed this up.
Note: This might conflict with the "interactive prompts" idea in #2
Using the
workerpoollibrary, it should be possible to distribute the work between different threads. Initial tests showed that my naive implementation was actually slower than doing everything on the main thread, but maybe there is a way to speed this up.Note: This might conflict with the "interactive prompts" idea in #2