List view
- No due date•2/2 issues closed
# Distributed indexation over the DHT ## Summary Indexation over the DHT is an important goal to achieve and has relevant use cases like: - **random queries**: random search of values of the same "type" over the whole DHT (not a single peer). - **partial queries**: searching values corresponding to a *key* or a prefix of that key. ## Implementation details This is going to be achieved using a data structure named *Prefix Hash Tree*. *More documentation to come...*
No due date•15/17 issues closed