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
Enhance the performance and reliability of the litep2p Kademlia implementation to discover nodes faster.
The objective is to close the performance gap between libp2p and litep2p in terms of peer discovery speed. Currently, litep2p is slower (3-4 times on synthetic benchmarks) at discovering peers compared to libp2p.
The Plan
To achieve this, several improvements are required:
The Vision
Enhance the performance and reliability of the litep2p Kademlia implementation to discover nodes faster.
The objective is to close the performance gap between libp2p and litep2p in terms of peer discovery speed. Currently, litep2p is slower (3-4 times on synthetic benchmarks) at discovering peers compared to libp2p.
The Plan
To achieve this, several improvements are required:
Tasks
QueryEngine
#40KademliaPeer
s when yielding closest nodes #53Query::next_action()
message is ignored by the kademlia handler #230QueryAction::QuerySucceeded
variant #130FindManyNodesContext
#80The text was updated successfully, but these errors were encountered: