TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scala 2.9 vs 2.10 Performance

68 pointsby bertzzieover 12 years ago

3 comments

tikhonjover 12 years ago
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 未加载
jaytaylorover 12 years ago
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 未加载
alexjarvisover 12 years ago
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>