libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
517 stars 221 forks source link

Refactor go-libp2p-kad-dht to use go-kademlia #855

Closed iand closed 10 months ago

iand commented 1 year ago

ETA: 2023-09-30

go-kademila is a new modular Kademlia implementation designed to have predictable performance and resource utilization.

This issue is concerned with reorganizing responsibilities and behaviours that are currently implemented in go-libp2p-kad-dht between three repositories:

Children:

iand commented 10 months ago

Superceded by https://github.com/plprobelab/zikade/issues/3