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
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
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
-
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
Beta Was this translation helpful? Give feedback.
All reactions