Hello everyone!
First of all: Thanks for this nice project!
I experimented a little bit with the rubinius interpreter and found it
quite slow.
I'm using a build from rc3 with the prebuilt LLVM, the git repository
failed to build.
My certainly stupid microbenchmark was:
require 'benchmark'
Benchmark.realtime do
1000000.times{ |i| Math::sin i*i }
end
ruby1.8.7: 16.11
ruby1.9.1: 9.64
rbx1.0.rc3: 22.18
Something seems wrong, is this normal behaviour of rubinius or am I
doing something stupid?
Cheers,
Thorsten
--
--- !ruby/object:MailingList
name: rubinius-dev
view: http://groups.google.com/group/rubinius-dev?hl=en
post: [email protected]
unsubscribe: [email protected]