Add a skiplist to the CBlockIndex structure.
This allows fast (O(log n)) access to far predecessor blocks.
Use it to speed up CChain::FindFork and CChain::GetLocator.
Add a skiplist to the CBlockIndex structure. c9a0918330f3Unpublished Tags None Subscribers None
Description
Details
|