Subject: Re: Performance diffrence between ifs and case
From: "Gregory Brown" <gregory.t.brown gmail.com>
Date: Mon, 30 Jul 2007 23:23:10 +0900
References: 262342262368262405262449
In-reply-to: 262449
On 7/30/07, Alex Young <alex / blackkettle.org> wrote:
> Benchmark.bmbm(20) do |x|
> x.report("if"){for i in 0..1000000 do
Yuck!
1000000.times do ... end