[Issue 15553] topN very inefficient [slower than sort, even for topN(0)] but should be O(n)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jan 13 10:07:15 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15553

--- Comment #4 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/10da3381c1d8d92ba8f0ef96e157beb1ada83f49
Merge pull request #3921 from andralex/15553

Fix Issue 15553 - topN very inefficient [slower than sort, even for topN(0)]
but should be O(n)

--


More information about the Digitalmars-d-bugs mailing list