
June 24, 2015
6:15 a.m.
On Tue, Jun 23, 2015 at 10:01 AM, Barry Warsaw <barry@python.org> wrote:
A crazy offshoot idea would be something like Emacs' unexec, where during the build process you could preload a bunch of always-used immutable modules, then freeze the state in such a way that starting up again later would be much faster, because the imports (and probably more importantly, the searching) could be avoided.
+1 -eric