最有效的双氢睾酮

发布于 2024-08-11 06:53:34 字数 101 浏览 5 评论 0原文

什么是最有效 DHT?我正在寻找名称和/或某种实现或相关工作,但我不是在寻找最常用的。

在 CPU 执行周期、负载平衡和内存消耗方面高效。

What is the most efficient DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used.

Efficient in terms of CPU execution cycles, load balance, and memory consumption.

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

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

发布评论

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

评论(2

夏日浅笑〃 2024-08-18 06:53:34

这些幻灯片 [PDF] 描述了使用 IDA(信息传播算法)的 DHT ) 为了:

  • 高可用性
  • 不浪费资源
  • 不浪费带宽
  • 简单轻便的协议
  • 它可以作为进一步工作的起点

此外,所描述的 DHT 设计不需要离开协议

问候,
安德烈亚斯

These slides [PDF] describe a DHT that uses IDA (Information Dispersal Algorithm) for:

  • High Availability
  • No waste of Resources
  • No waste of Bandwidth
  • Simple and lightness protocol
  • It can be a start point for further works

Also, the DHT design described does not need a leaving protocol.

Regards,
Andreas

情独悲 2024-08-18 06:53:34

大多数 DHT 在功能方面非常相似,主要区别在于它们处理邻居集和路由的方式。我不清楚对于任何应用程序来说,其中一个会比另一个更好。您需要查看 DHT 的行为和适用性,然后根据您的应用选择最佳的。

一篇很好的技术比较论文是用于评估的性能与成本框架流失情况下的 DHT 设计权衡 (PDF)。本文比较了几种 DHT 并讨论了它们对不同应用的适用性。

Most DHTs are pretty similar in terms of functionality and differ mostly in how they handle neighbor sets and routing. It's not clear to me that one would be better than the other for any application. You would need to look at DHTs behavior and suitability and then choose the best based on your application.

A good technical comparison paper is A performance vs. cost framework for evaluating DHT design tradeoffs under churn (PDF). This paper compares several DHTs and discuss their suitability for different applications.

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