On Mon, 01 Sep 2014 09:16:04 +0000
bearophile via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> https://issues.dlang.org/show_bug.cgi?id=13410
i added 'quick-hack-patch' to your report which halves execution time
without significantly hurting performance in other AA uses.

now there is no difference between `long v = aa.byValue.front;` and
`long v = aa[k];`.

yet aa.remove() still hurts badly, and i don't think that we can do any
better with it.

Attachment: signature.asc
Description: PGP signature

Reply via email to