This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients jab, rhettinger
Date 2009-07-31.18:33:05
SpamBayes Score 7.2295e-05
Marked as misclassified No
Message-id <1249065187.0.0.963793623143.issue6614@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought:  When memory is tight, the programmer needs to be
able to select the heap algorithm in favor of sorted() even for
relatively large values of n.  I do not want an automatic switchover
point that takes away a programmer's choice between speed and space
efficiency.
History
Date User Action Args
2009-07-31 18:33:07rhettingersetrecipients: + rhettinger, jab
2009-07-31 18:33:07rhettingersetmessageid: <1249065187.0.0.963793623143.issue6614@psf.upfronthosting.co.za>
2009-07-31 18:33:05rhettingerlinkissue6614 messages
2009-07-31 18:33:05rhettingercreate