20 Aug 08:17
[groovy-dev] Startup cost -- just checking, not a huge issue -- mainly for interest
From: Russel Winder <russel.winder@...>
Subject: [groovy-dev] Startup cost -- just checking, not a huge issue -- mainly for interest
Newsgroups: gmane.comp.lang.groovy.devel
Date: 2008-08-20 06:19:56 GMT
Subject: [groovy-dev] Startup cost -- just checking, not a huge issue -- mainly for interest
Newsgroups: gmane.comp.lang.groovy.devel
Date: 2008-08-20 06:19:56 GMT
I know my Sun Blade 100 is old (5 years) and slow but...
|> JAVACMD=/usr/jdk/latest/bin/sparcv9/java time groovy -e "println
System.getProperty('sun.arch.data.model')"
64
real 17.4
user 14.1
sys 2.1
|> JAVACMD=/usr/jdk/latest/bin/sparcv9/java time groovy -e "println
System.getProperty('sun.arch.data.model')"
64
real 16.0
user 13.8
sys 1.3
|> time groovy -e "println System.getProperty('sun.arch.data.model')"
32
real 0m12.847s
user 0m9.287s
sys 0m1.506s
|> time groovy -e "println System.getProperty('sun.arch.data.model')"
32
real 0m11.417s
user 0m9.237s
sys 0m1.447s
|>
(Continue reading)
Tim Bray would probably give you an account on his wide-finder machine
RSS Feed