You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: