AMAZINGINDEX.COM 日报快照
49.5
VOL. 2026.07
2026.07.02
← 返回 2026.07.02 日报
日报快照 · Daily Snapshot
NO. 007

IPFS 内容发布提速 10 倍

#ARTICLE HackerNews 2026.07.02
推荐指数 67.0 NO. 007 · 2026.07.02
发布2026/07/01Score101Comments27

IPFS 的 ProbeLab 团队推出 Optimistic Provide 优化方案,将 DHT 内容发布时间降低一个数量级,网络开销减少 40%,已随 Kubo 0.39.0 默认启用。对依赖 IPFS 做去中心化存储的 AI 应用和基础设施团队,这是可直接获得的性能红利。

DHT 发布慢是 P2P 网络的老大难问题,之前大家要么忍受延迟、要么自建 relay 绕过。Optimistic Provide 的 trick 是乐观地假设多数节点在线,先广播再验证,把串行查找改成并行广播——这和 BitTorrent 的 DHT 优化思路相反,后者更保守。

做去中心化 AI 模型分发或联邦学习基础设施的团队值得升级 Kubo 0.39.0 实测,尤其是你的节点在 churn 高的网络环境里。ProbeLab 的测量方法论也值得借,他们开源了全套 DHT 性能基准工具。

意见分歧 27 条评论

核心争论:IPFS 性能优化是否以可靠性为代价,以及实际生产采用度存疑

someonebaggy

Is it also possible to speed up lookup? I never used IPFS much as it took several minutes to find a cid.

throwaway8388

Actually, lookup is super fast - CID lookup is consistently <200ms from the EU [0]. The original slowness came mostly from stale records and NAT’d peers that were indexed in the DHT which has since been mostly resolved. [0] https:&#x2F;&#x2F;probelab.io&#x2F;ipfs&#x2F;dht&#x2F;#chart-ipfs-dht-lookup

yiannisbot

When’s the last time you tried? It must be much faster now. Check: https:&#x2F;&#x2F;probelab.io&#x2F;ipfs&#x2F;dht&#x2F;#chart-ipfs-dht-lookup-performa...

替代方案: BitTorrentHTTP serverTorrentMagnet link
查看原文 →