Sunday, September 1, 2013

Dart vs Java runtime performance benchmark

 Looks like Dart VM became faster than JVM.
This means we may consider Dart for server side language.


http://www.infoq.com/news/2013/05/Dart-Java-DeltaBlue

 http://bonovox.be/blog/dart-vs-java-the-deltablue-benchmark/

http://www.reddit.com/r/programming/comments/1e2jhr/dart_vs_java_the_deltablue_benchmark/c9wloq3


https://github.com/xxgreg/deltablue

Results, allowing enough iterations for the VM's to warm up.
gcc -O3   1x
JVM       1.2x
DartVM    1.3x
V8        1.6x
gcc       2.5x
 
http://code.google.com/p/v8/ 

No comments:

Post a Comment