Olivia
Olivia copied to clipboard
Implement Finger Tables
https://en.wikipedia.org/wiki/Chord_%28peer-to-peer%29#Finger_table
We have a peer list and DHT operations, so now we just need to optimize the lookups and peer choices.
This is more of a future thing whenever I move my simple DHT to an actual Chord implemetation.