Top 4 Most Popular Distributed Hash Table Softwares | May 2024

Here are the top 4 most popular distributed hash table softwares as derived from our TpSort Score which is a continually popular score, it denotes an estimated popularity of a software.

1. Chordless

Chordless Chordless is a Chord and DHash implementation written in java. It implements almost everything from Chord and DHash described at http://pdos.csail.mit.edu/chord/ , as well as some extra features such as transactions and remote method invocation. https://sourceforge.net/projects/chordless/......

2. Open Chord

Open Chord OpenChord is an open source implementation of the Chord distributed hash table as described in the paper by Ion Stoica et al. "Chord: A scalable peer-to-peer lookup service for internet applications".It is available under GNU GPL.Source code : https://sourceforge.net/projects/open-chord/......

3. FreePastry

FreePastry FreePastry is an open-source implementation of Pastry intended for deployment in the Internet. The initial release of FreePastry is intended primarily as a tool that allows interested parties to evaluate Pastry, to perform further research and development in P2P substrates, and as a platform for the development of applications. Plans......

4. NChord

NChord NChord is a C# implementation of the Chord distributed hash table. The project provides a library containing the routing, lookup, and maintenance routines specified in the MIT Chord paper, and is quite stable including under heavy load and churn.Source code : http://nchord.sourceforge.net/......