[Issue 2313] Poor array ~= append performance
Don
nospam at nospam.com.au
Wed Aug 27 04:47:49 PDT 2008
d-bugmail at puremagic.com wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=2313
>
>
>
>
>
> ------- Comment #8 from lio+bugzilla at lunesu.com 2008-08-27 06:39 -------
> Created an attachment (id=273)
> --> (http://d.puremagic.com/issues/attachment.cgi?id=273&action=view)
> assembly for _d_arrayappendcT using the original byte[] copy
>
>
There you go. Uses rep movsb instead of rep movsd. Immediately 4X slower
than it could be.
More information about the Digitalmars-d-bugs
mailing list