Releases: ipfs/go-ds-crdt
Releases · ipfs/go-ds-crdt
v0.2.3
-
Performance improvements to the List() operation: We have introduced a bloom
filter over the tombstone set so that keys that have never been deleted do not
need to be checked against the tombstones. Real-world testing gives around 4x
performance improvement. -
Be less noisy: We have changed some Info messages to Debug, as they re-occur
too frequently on datastores with heavy usage.