[Issue 6271] std.string.join performance

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 16 18:08:04 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6271


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-07-16 18:02:48 PDT ---
On my machine at least, after the update to std.array.join for bug #6064,
std.array.join is definitely faster than your joinFast.

joinSlow: 187
joinFast: 266
joinSlow: 187
joinFast: 268

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list