-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
type: refactorCode improvement without changing functionalityCode improvement without changing functionality
Description
A huge optimization would be to process block ranges in parallel and construct the resulting vector of the specified (latest count) size. This can even supersede #198 ,where if a reorg happens, only the reorged blocks/non-finalized blocks would need to be reprocessed (again - in parallel), which is an acceptable trade-off compared to the current logic (reprocess everything).
Metadata
Metadata
Assignees
Labels
type: refactorCode improvement without changing functionalityCode improvement without changing functionality