Re: Speed: sprintf vs. & operator

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu