filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
24 stars 37 forks source link

Migration optimization idea #198

Open ZenGround0 opened 1 year ago

ZenGround0 commented 1 year ago

There are many miner actors with no live or dead sectors at all If we can skip as much processing for them as possible we might be able to save some constant work per actor. Assuming there are many such actors we might be able to halve or third etc total work.

TODO