[Python-ideas] solving multi-core Python

Eric Snow ericsnowcurrently at gmail.com
Wed Jun 24 08:15:58 CEST 2015


On Tue, Jun 23, 2015 at 10:01 AM, Barry Warsaw <barry at 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


More information about the Python-ideas mailing list