Re: Speed: sprintf vs. & operator
- Posted by r.schr at t-online.de Jan 07, 2003
- 470 views
Robert Craig wrote: > > In Euphoria 2.4 alpha, the following runs 2.6x faster > than it does in 2.3... > > sequence fullName, fn, mn, ln > > fn = "George" > mn = "Walker" > ln = "Bush" > > atom t > t = time() > for i = 1 to 10000000 do > fullName = fn & " " & mn & " " & ln > end for > ? time() - t > Rob, could you spend a short explanation for this enhancement? Do you have to offer more such impressive improvements for 2.4? Have a nice day, Rolf