[Python-Dev] Startup time (original) (raw)

Barry Warsaw barry@python.org
16 May 2003 15:09:31 -0400


On Fri, 2003-05-16 at 15:00, Skip Montanaro wrote:

Well... Not really, but it's not your fault.

Skip, you're going about this all wrong. We already have the technology to start Python up blazingly fast. All you have to do is port XEmacs's unexec code. Then you load up Python with all the modules you think you're going to need, unexec it, then the next time it starts up like lightening. Disk space is cheap!

-Barry