Files
cpython/Modules
Raymond Hettinger 5cbd8331ff Issue #24221: Small optimizations for heapq.
Replaces the PyList_GET_ITEM and PyList_SET_ITEM macros with normal array
accesses.  Replace the siftup unpredicatable branch with arithmetic.
Replace the rc == -1 tests with rc < 0.  Gives nicer looking assembly
with both Clang and GCC-4.9.  Also gives a small performance both for both.
2015-05-22 00:41:57 -07:00
..
2015-05-08 21:32:36 -04:00
2015-04-13 12:11:40 -05:00
2015-05-09 00:29:08 -04:00
2015-05-02 22:37:13 -04:00
2014-10-28 22:24:46 +01:00
2015-03-18 16:05:32 +01:00
2015-04-13 14:21:02 -04:00
2015-04-26 15:56:23 -04:00
2015-04-13 22:00:30 +02:00
2015-04-13 14:21:02 -04:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.