- 04 Feb, 2017 30 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
the match object. Based on patch by WGH.
-
Serhiy Storchaka authored
the match object. Based on patch by WGH.
-
Serhiy Storchaka authored
the match object. Based on patch by WGH.
-
Stefan Krah authored
-
Stefan Krah authored
Patch by Chi Hsuan Yen.
-
Raymond Hettinger authored
Decreased density gives better collision statistics (average of 2.5 probes in a full table versus 3.0 previously) and fewer occurences of starting a second possibly overlapping sequence of 10 linear probes. Makes resizes a little more frequent but each with less work (fewer insertions and fewer collisions).
-
Serhiy Storchaka authored
Based on patch by Georg Brandl.
-
Serhiy Storchaka authored
Original patch by Georg Brandl.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
using PySlice_GetIndicesEx() in debug builds.
-
Serhiy Storchaka authored
using PySlice_GetIndicesEx() in debug builds.
-
Serhiy Storchaka authored
using PySlice_GetIndicesEx() in debug builds.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Jelle Zijlstra.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Jelle Zijlstra.
-
Serhiy Storchaka authored
-
- 03 Feb, 2017 1 commit
-
-
Xiang Zhang authored
-
- 02 Feb, 2017 9 commits
-
-
INADA Naoki authored
Calling builtin method is at most 10% faster.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
* so->used never gets changed during a resize * so->filled only changes when dummies are present and being eliminated
-
Serhiy Storchaka authored
(10-20% for small integers).
-