You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distributed Hash Tables emulated on a single machine in C++.
The data is stored in files in the backend but AVL Trees are created to store each node of data on a single machine. You can create upto 64000 machines.
About
Distributed Hash Tables Emulated on a single Machine