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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Scala 2.9 vs 2.10 Performance

68 点作者 bertzzie超过 12 年前

3 条评论

tikhonj超过 12 年前
This isn't the most compelling of benchmarks. It's still infinitely better than what most people do--the author actually measured something in a reasonable way!--but I don't think it's enough to make any interesting conclusions. I suppose it shows that there <i>is</i> a performance boost, which is great, but I'd really like to know where the gains really are.<p>Could somebody familiar with the changes to 2.10 explain where the performance boost came from and what code it will affect? Does this make Scala a more compelling choice for the discerning functional programmer?
评论 #4863547 未加载
jaytaylor超过 12 年前
Performance improvements are nice and all, but I'm already generally satisfied with the performance of Scala 2.8.x and 2.9.x.<p>What I'd really like to see is faster compile times. I know it's a tall order given the complexity of implicits, but compared to other languages Scala compilation slowness can be a tough sell.
评论 #4861926 未加载
评论 #4863119 未加载
alexjarvis超过 12 年前
Nice post, I just used your benchmark to also compare running Scala in JDK 6 and 7 <a href="http://news.ycombinator.com/item?id=4862035" rel="nofollow">http://news.ycombinator.com/item?id=4862035</a>