feat: .getMany: improve performance for many small blocks #163
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
Currently, in peer-crdt, the latency of replication of logs is bound to the latency of
getMany(cids)
when the blocks are not present.Also, I think we should create benchmarks to have a baseline we can try to improve on.
The text was updated successfully, but these errors were encountered: