-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Labels
Milestone
Description
For the sake of finding peers aggressively we replaced the Kademlia table implementation for a simpler HashMap based data structure.
- We should take a look to the previous implementation and re-implement required features (and check if there is some code there we can re-use)
- Also, evaluate if the Kademlia table is a good candidate to be implemented with a
spawnedGenServer. - And let's be sure we are not using a bunch of
Arc<Mutex<...>>for every field in the data structure... Worst case we should have a singeArc<Mutex<...>>for the whole structure - We should use
xordistance instead of logarithmic distance
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo