[Python-Dev] performance testing recommendations in devguide (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Wed May 29 22:50:27 CEST 2013


29.05.13 21:00, Eric Snow написав(ла):

Critically sensitive performance subjects * interpreter start-up time * module import overhead * attribute lookup overhead (including MRO traversal) * function call overhead * instance creation overhead * dict performance (the underlying namespace type) * tuple performance (packing/unpacking, integral container type) * string performance



More information about the Python-Dev mailing list