[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 --- Comment #5 from Andrei Alexandrescu --- https://github.com/dlang/phobos/pull/4815 should fix this --

[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-04-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 Walter Bright changed: What|Removed |Added Component|dmd |phobos --

[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-04-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #4 from

[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-01-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com --- Comment #3 from

[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-01-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 --- Comment #2 from Ivan Kazmenko --- (copied from forum post: http://forum.dlang.org/post/gwscmfifeoefrsudb...@forum.dlang.org - as it is more relevant here) Perhaps I should include a textual summary as well. The code on DPaste starts by construc

[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-01-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583 --- Comment #1 from Ivan Kazmenko --- Created attachment 1575 --> https://issues.dlang.org/attachment.cgi?id=1575&action=edit fail_topn Added version of the code which I used to check with Digger that the culprit is Phobos pull #3921. --