erlang:分布式哈希表?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Riak 相当成熟,大部分是在 Erlang 中实现的。它不仅仅是 DHT。
Riak is quite mature and mostly implemented in Erlang. It's a bit more than just a DHT.
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/