We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, in peer-crdt, the latency of replication of logs is bound to the latency of getMany(cids) when the blocks are not present.
getMany(cids)
Also, I think we should create benchmarks to have a baseline we can try to improve on.