/mobile Handheld Friendly website

÷

 1 : Are the Scala programs faster? At a glance.

Each chart bar shows, for one unidentified benchmark, how much the fastest Scala program used compared to the fastest Java 7 program.


These are not the only compilers and interpreters. These are not the only programs that could be written. These are not the only tasks that could be solved. These are just 10 tiny examples.

 2 : Are the Scala programs faster? Approximately.

Each table row shows, for one named benchmark, how much the fastest Scala program used compared to the fastest Java 7 program.

 Scala used what fraction? used how many times more? 
Benchmark Time Memory Code
 k-nucleotide1/21/2±
 pidigits †±±1/2
 spectral-norm±±±
 n-body±±±
 mandelbrot±±
 fannkuch-redux±±±
 reverse-complement±±1/2
 fasta±±±
 binary-trees±±1/2
 regex-dna±±
 fasta-redux±
 Scala used what fraction? used how many times more? 
Time-used  |-  |---  25% median  75%  ---|  -|
(Elapsed secs)1/21/2±±±

† possible mismatch - one-core program compared to multi-core program.

± read the measurements and then read the program source code.

 3 : Are the Scala programs faster? Measurements.

These are not the only tasks that could be solved. These are just 10 tiny examples. These are not the only compilers and interpreters. These are not the only programs that could be written.

For each named benchmark, measurements of the fastest Scala program are shown for comparison against measurements of the fastest Java 7 program.

Program Source Code CPU secs Elapsed secs Memory KB Code B ≈ CPU Load
 k-nucleotide 
Scala23.868.31215,3042080  56% 79% 75% 77%
Java 746.3913.25450,9721630  86% 84% 96% 85%
 pidigits 
Scala3.562.9852,7761125  23% 11% 79% 7% †
Java 710.204.2960,5201808  68% 62% 65% 45% †
 spectral-norm 
Scala17.754.6323,308720  95% 95% 95% 99%
Java 717.614.5117,540950  97% 97% 99% 98%
 n-body 
Scala23.5223.4723,7081358  1% 2% 1% 100%
Java 722.5122.5017,2561424  0% 0% 100% 0%
 mandelbrot 
Scala28.577.43233,828786  96% 96% 96% 98%
Java 727.827.0769,460796  99% 98% 99% 98%
 fannkuch-redux 
Scala55.3514.1325,6041017  98% 97% 99% 98%
Java 751.9013.1517,3481282  99% 99% 98% 98%
 reverse-complement 
Scala1.971.52439,420761  4% 3% 92% 35%
Java 72.791.31298,4041661  61% 77% 40% 39%
 fasta 
Scala6.406.2924,7201053  0% 1% 1% 100%
Java 75.215.1418,2841507  0% 1% 1% 100%
 binary-trees 
Scala16.3712.46477,616494  12% 12% 11% 99%
Java 722.319.24523,7841007  37% 65% 58% 83%
 regex-dna 
Scala34.0115.48980,808668  39% 77% 61% 43%
Java 724.828.55709,672929  65% 82% 65% 79%
 fasta-redux 
Scala5.004.7033,9161372  5% 1% 100% 2%
Java 72.562.5217,3081443  0% 1% 1% 100%

† possible mismatch - one-core program compared to multi-core program.

 4 : Are there other Scala programs for these benchmarks?

Remember - those are just the fastest Scala and Java 7 programs measured on this OS/machine. Check if there are other implementations of these benchmark programs for Scala.

Maybe one of those other Scala programs is fastest on a different OS/machine.

 5 : Are there other faster programs for these benchmarks?

Remember - those are just the fastest Scala and Java 7 programs measured on this OS/machine. Check if there are faster implementations of these benchmark programs for other programming languages.

Maybe one of those other programs is fastest on a different OS/machine.

 Scala : higher-order type-safe programming for jvm 

java version "1.7.0_11"
Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)

Scala compiler version 2.10.0 -- Copyright 2002-2012, LAMP/EPFL

Online book: Programming in Scala pdf

A Scala Tutorial for Java programmers pdf

Home Page: http://scala.epfl.ch/

Download: http://scala.epfl.ch/downloads/index.html

Revised BSD license

  Home   Conclusions   License   Play