using rocksdb:snapshot provides ~2x speed up to fold_peers
context: running modified libp2p with a much higher value for DEFAULT_STALE_TIME, so our peerbook is much larger (390k+ entries), using a snapshot reduced time to call fold_peers from 10s to 3-4s
using rocksdb:snapshot provides ~2x speed up to fold_peers context: running modified libp2p with a much higher value for DEFAULT_STALE_TIME, so our peerbook is much larger (390k+ entries), using a snapshot reduced time to call fold_peers from 10s to 3-4s