feifeiq / jetlang

Automatically exported from code.google.com/p/jetlang
0 stars 0 forks source link

Jetlang vs Scala example - performance #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You can run the Jetlang example using ant run
-Drun=com.mycompany.myapp.concurrent.jetlang.ActorManager
and the scala example using scala from the command line.

What version of the product are you using? On what operating system?
Jetlang version 0.1.6, 
Java version 1.6.0_07-b06
Operating system GNU/Linux 2.6.27.5-41.fc9.x86_64
Laptop with AMD Turion (64 bit dual-core).

Original issue reported on code.google.com by sujitatg...@gmail.com on 30 Dec 2008 at 2:21

Attachments:

GoogleCodeExporter commented 9 years ago
I removed the System.out's from the jetlang and scala examples and reran.

For 100k
Scala - 2.6 seconds
Jetlang - 1.6 seconds

Original comment by mike.ret...@gmail.com on 30 Dec 2008 at 5:06