You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the typical stack in libp2p for content routing, which includes, Kademlia, Gossipsub, and Bitswap. To speed up content routing, we propose using a custom implementation of bloom filters for IPLD data that lives independently on each node and can be shared or pulled from one node to another. Other discussions have also proposed the following to work here by Fission.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We currently use the typical stack in libp2p for content routing, which includes, Kademlia, Gossipsub, and Bitswap. To speed up content routing, we propose using a custom implementation of bloom filters for IPLD data that lives independently on each node and can be shared or pulled from one node to another. Other discussions have also proposed the following to work here by Fission.
https://github.com/fission-codes/spec/blob/main/car-pool/README.md
All reactions