fission-codes / go-car-mirror

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

Skip bloom if small list of blocks, and similar optimizations #122

Open justindotpub opened 1 year ago

justindotpub commented 1 year ago

Any techniques for when to just skip the bloom, like if number of blocks is small and just sending them all anyway. These are edge case optimizations.

ETA: 2024-06-30