(no title)
Pewpewarrows | 13 years ago
$ time ruby -e "puts 'hello world'"
hello world
real 0m0.184s
user 0m0.079s
sys 0m0.092s
$ time ~/Downloads/topaz/bin/topaz -e "puts 'hello world'"
hello world
real 0m0.007s
user 0m0.002s
sys 0m0.004s
raphael_kimmig|13 years ago
ErikRogneby|13 years ago
pserwylo|13 years ago
http://anholt.net/compare-perf/
Example output:
grn|13 years ago
fijal|13 years ago
duaneb|13 years ago
emillon|13 years ago
rbehrends|13 years ago
fernandezpablo|13 years ago
draegtun|13 years ago
So downloaded & built Cardinal (which went seamlessly however I did have Parrot already installed) then I did same benchmarks alongside ruby1.8 here:
Very interesting because I thought Cardinal was supposed to be slow!I think more diverse benchmarks are required. And when time permitting I might add Topaz & ruby1.9 into the mix.
Cowen|13 years ago
I wish more frontpages for these kinds of projects would do that.
pyre|13 years ago
callum85|13 years ago
I disagree. Zero benchmarks is definitely better than specious benchmarks.
amalag|13 years ago
So you are saying you would prefer wrong information?
haven|13 years ago
Looks promising for Topaz! https://gist.github.com/havenwood/4724778
unknown|13 years ago
[deleted]
unknown|13 years ago
[deleted]
fijal|13 years ago
stcredzero|13 years ago
I don't understand why the lack of features would affect the time of "hello world."
seivan|13 years ago
eranation|13 years ago
andrewaylett|13 years ago
unknown|13 years ago
[deleted]
unknown|13 years ago
[deleted]
kingkilr|13 years ago
fusiongyro|13 years ago
charliesome|13 years ago
d33pika|13 years ago
snissn|13 years ago
axomhacker|13 years ago
1. Pick one (just for this session): $ rbenv shell ruby1.9.1
2. And then run the example.
By the way 1.9.1 is really old already, 1.9.3 has a lot more bug fixes.