fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Prepare the executor for parallelisation

Open xgreenx opened this issue 1 year ago • 1 comments

Update API of the TxPool to return Vec<Vec<CheckedTransaction>> batched by dependencies for parallel execution(but now only one batch). On the executor side use rayon to execute them in one thread.

xgreenx avatar May 25 '23 17:05 xgreenx

related #1088

Voxelot avatar May 25 '23 22:05 Voxelot