fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

State Warming Part #2 - Investigate Reuse of Kubo's own Bloom filter #49

Open softwareplumber opened 1 year ago

softwareplumber commented 1 year ago

Kubo may be configured with a Bloom filter to accelerate 'Has' checks on the local blockstore. In some circumstances it may be appropriate to send this to the source during a cold call.

ETA: 2024-06-30

justindotpub commented 1 year ago

I assume this relates to https://github.com/ipfs/kubo/blob/master/docs/config.md#datastorebloomfiltersize and https://github.com/ipfs/go-ipfs-blockstore/blob/master/caching.go. Linking for my own reference.