commit | d263bd8d4a2f6dbe30b8562eed1521562a370ce0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Dec 31 04:18:44 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Dec 31 04:18:44 2008 +0000 |
tree | 86f5a7a132e60b4012d508794f1faca563a59809 | |
parent | e4ea6bc9f365d402faa699680500c99b08c1e26e [diff] |
Issue 4790: Eliminate unnecessary work from heapq's nlargest() and nsmallest() functions for the common case where no key function is specified.