[Python-Dev] More optimisation ideas (original) (raw)

francismb francismb at email.de
Fri Jan 29 16:54:35 EST 2016


Hi,

Storing these in static data is a tradeoff between disk space and startup performance, and one I think it likely to be worthwhile.

it's really an important trade off? As far a I understand from your email those modules are always being loaded and the final data created. won't the space be there (on mem or disk)?

Thanks in advance! francis



More information about the Python-Dev mailing list