The most efficient DHT

dht, p2p, protocols

Solution

These slides [PDF] describe a DHT that uses IDA (Information Dispersal Algorithm) for:

- High Availability

- No waste of Resources

- No waste of Bandwidth

- Simple and lightness protocol

- It can be a start point for further works

Also, the DHT design described does not need a leaving protocol.

Regards, Andreas

Problem

What is the most efficient DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used. Efficient in terms of CPU execution cycles, load balance, and memory consumption.

Original source