Subject: Re: String += vs <<
From: Marc Heiler <shevegen linuxmail.org>
Date: Thu, 18 Jun 2009 17:52:45 +0900
References: 339513339515339566339567
In-reply-to: 339567
> Ruby1.9 has enough memory on my machine to be that fast
> but still += is faster than <<.
How should that be possible when += creates a new object
whereas << does not?
--
Posted via http://www.ruby-forum.com/.