[Python-Dev] performance testing recommendations in devguide (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Wed May 29 22:50:27 CEST 2013
- Previous message: [Python-Dev] performance testing recommendations in devguide
- Next message: [Python-Dev] performance testing recommendations in devguide
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- regular expressions performance
- IO performance
- Previous message: [Python-Dev] performance testing recommendations in devguide
- Next message: [Python-Dev] performance testing recommendations in devguide
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]