[Python-Dev] Optimization (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Sat Oct 5 21:42:09 CEST 2013


Please remember me, what was common decision about CPython-only optimizations which change computation complexity? I.g. constant amortization time of += for byte objects and strings, or linear time of sum() for sequences?



More information about the Python-Dev mailing list