[Issue 5077] std.algorithm.schwartzSort is slow

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

[Issue 5077] std.algorithm.schwartzSort is slow

2017-07-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5077 safety0ff.bugz changed: What|Removed |Added CC||safety0ff.b...@gmail.com --- Comment #7 from

[Issue 5077] std.algorithm.schwartzSort is slow

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5077 Vladimir Panteleev changed: What|Removed |Added Hardware|x86 |All OS|Windows

[Issue 5077] std.algorithm.schwartzSort is slow

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

[Issue 5077] std.algorithm.schwartzSort is slow

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5077 --- Comment #5 from bearophile_h...@eml.cc 2011-06-21 15:53:29 PDT --- See bug 6192 for more -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5077] std.algorithm.schwartzSort is slow

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5077 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob..

[Issue 5077] std.algorithm.schwartzSort is slow

2010-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5077 --- Comment #4 from bearophile_h...@eml.cc 2010-10-22 04:55:33 PDT --- Sorry, I have forgotten a Python version of the code: from random import random, seed from operator import itemgetter SortType_none = 0 SortType_sort = 1 SortType_schwartz

[Issue 5077] std.algorithm.schwartzSort is slow

2010-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5077 --- Comment #3 from bearophile_h...@eml.cc 2010-10-22 04:52:28 PDT --- (In reply to comment #2) Thank you for your answers. > This is a misunderstanding of Schwartz sort is supposed to do. D's equivalent > of Python's key argument is not Schwa

[Issue 5077] std.algorithm.schwartzSort is slow

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

[Issue 5077] std.algorithm.schwartzSort is slow

2010-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5077 Peter Alexander changed: What|Removed |Added CC||peter.alexander...@gmail.co