[Yarv-devel] Speedup
Daniel Amelang
danny at amelang.net
Wed Apr 27 00:20:14 EDT 2005
I just ran YARV with a bioinformatics program that I'm working on that's
pretty intense computation-wise. Here are my times:
$ time ruby score.rb data/1AAR_diubiquitin.pdb
data/1CTX_cobratoxin.pdb
real 0m1.454s
user 0m1.248s
sys 0m0.011s
$ time ruby19 -rite score.rb data/1AAR_diubiquitin.pdb
data/1CTX_cobratoxin.pdb
real 0m1.152s
user 0m0.926s
sys 0m0.015s
A little speedup :) How much more do you think YARV will get us in the
future?
Dan
More information about the Yarv-devel
mailing list