Message259713
msg223186, Serhiy Storchaka about inline.patch: "Confirmed speed up about 20%. Surprisingly it affects even integers outside of the of preallocated small integers (-5...255)."
The optimization applies to Python int with 0 or 1 digit so in range [-2^30+1; 2^30-1].
Small integers in [-5; 255] might be faster but for PyLong_FromLong(). |
|
| Date |
User |
Action |
Args |
| 2016-02-06 02:12:02 | vstinner | set | recipients:
+ vstinner, lemburg, rhettinger, mark.dickinson, pitrou, casevh, skrah, Yury.Selivanov, serhiy.storchaka, yselivanov, josh.r, zbyrne |
| 2016-02-06 02:12:02 | vstinner | set | messageid: <[email protected]> |
| 2016-02-06 02:12:02 | vstinner | link | issue21955 messages |
| 2016-02-06 02:12:02 | vstinner | create | |
|