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
Currently, all operations and computation we do is blocking the main thread (except for proving tasks). This includes heavy things like block and batch productions.
We should spawn separate threads for each of those tasks so that those things can 1. happen in parallel and 2. utilize a greater number of cpu cores
The text was updated successfully, but these errors were encountered:
Currently, all operations and computation we do is blocking the main thread (except for proving tasks). This includes heavy things like block and batch productions.
We should spawn separate threads for each of those tasks so that those things can 1. happen in parallel and 2. utilize a greater number of cpu cores
The text was updated successfully, but these errors were encountered: