[Issue 13410] Performance problem with associative array byKey/byValue
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Oct 6 08:30:49 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13410
--- Comment #36 from Steven Schveighoffer <schveiguy at yahoo.com> ---
I can reproduce the issue, I was accidentally using bearophile's second D
implementation, which does not call byKey/byValue every time through the loop,
but instead uses aa.keys. oops!
--
More information about the Digitalmars-d-bugs
mailing list