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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

DartVM Faster Than JavaScript V8?

3 点作者 Pharohbot超过 10 年前
I was reading on DartVM performace and saw this:<p>https:&#x2F;&#x2F;www.dartlang.org&#x2F;performance&#x2F;<p>I was amazed at how the DartVM is faster than the famous &quot;screaming fast&quot; V8. Are these benchmarks true or are they just advertisement from Dart?

2 条评论

spankalee超过 10 年前
Dart is built by the same team that wrote V8. They know what makes JavaScript difficult to optimize and made Dart much easier for make fast. Not only is the Dart VM faster than V8, but it&#x27;s much, much simpler.
fiedzia超过 10 年前
Anything statically typed can easily beat js at speed, there is no magic here. Obvious problem with dart is that on almost every browser it will be translated to js. Also you want to compare it with asm.js.
评论 #8598516 未加载
评论 #8598684 未加载