TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Twitter Heron: Stream Processing at Scale

49 点作者 mekishizufu将近 10 年前

4 条评论

pixelmonkey将近 10 年前
&quot;In the evaluation in section 7 of the paper, Heron beats Storm in every single metric.&quot;<p>In every metric except perhaps the most important one for actual users:<p>Storm is open source, Heron isn&#x27;t.<p>Also, the @TwitterOSS account indicated that there are &quot;no plans to open source in the short-term&quot;:<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;TwitterOSS&#x2F;status&#x2F;605460461761396736" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;TwitterOSS&#x2F;status&#x2F;605460461761396736</a>
评论 #9720626 未加载
djb_hackernews将近 10 年前
&gt; All the Stream Managers in a topology connect to each other to form an O(k^2) connection network<p>shouldn&#x27;t that be !(k-1)? Or am I missing something about the architecture?
评论 #9720825 未加载
评论 #9721188 未加载
dang将近 10 年前
Is the paper online? If someone can produce a standard URL for it, we&#x27;ll change the link in this post.
评论 #9721315 未加载
wheaties将近 10 年前
Now I get it. It&#x27;s not just &quot;I didn&#x27;t write this, therefore shit, so I need to rewrite it from scratch.&quot; This was a clear explanation in a bite sized chunk which illustrated the reasons for Heron. Thanks.