Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests
and a function call resulting in a 15% reduction of total loop overhead (as measured by timeit.Timer('pass')).
Showing
Please register or sign in to comment
and a function call resulting in a 15% reduction of total loop overhead (as measured by timeit.Timer('pass')).