From: Ryan Davis Date: 2009-03-01T14:32:35+09:00 Subject: Re: Array performance question On Feb 27, 2009, at 05:16 , Jim Menard wrote: > Is there a known bug in Ruby array performance? I spent a lot of time > yesterday boiling down the following example > > http://blogs.codehaus.org/people/geir/archives/001768_baffled_with_ruby.html I don't have time to dig into this, but I believe he's hitting a GC threshold by going over N objects.