erlang:分布式哈希表?

发布于 2024-11-18 15:35:31 字数 52 浏览 3 评论 0原文

Erlang 中有分布式哈希表的实现吗?我在网上搜索了一些研究论文,但没有找到成熟的实现。

Are there any Distributed Hash Table implementations in Erlang? I searched the web and found a number of research papers but I did not find a mature implementation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挽清梦 2024-11-25 15:35:31

Riak 相当成熟,大部分是在 Erlang 中实现的。它不仅仅是 DHT。

Riak is quite mature and mostly implemented in Erlang. It's a bit more than just a DHT.

帅气尐潴 2024-11-25 15:35:31

Redis 是一个令人难以置信的快速实现,我以前曾成功使用过,并且有一个很棒的 Erlang 绑定:

Redis is an incredibly fast implementation I have used with success before, and there is a great Erlang binding for it : http://streamhacker.com/2009/12/21/erldis-erlang-redis-client/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文