[Issue 6787] Lazy sort in Phobos?

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6787 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 6787] Lazy sort in Phobos?

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6787 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp --

[Issue 6787] Lazy sort in Phobos?

2011-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6787 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 6787] Lazy sort in Phobos?

2011-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6787 --- Comment #2 from bearophile_h...@eml.cc 2011-10-07 16:21:35 PDT --- (In reply to comment #1) The canonical solution uses a heap. Creating a heap is cheap and quickly amortized over only a few pops. An input range that creates a heap and