framework icon indicating copy to clipboard operation
framework copied to clipboard

Multi threaded sequencer

Open rpanic opened this issue 1 year ago • 0 comments

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

rpanic avatar Nov 11 '24 19:11 rpanic