A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2012-February/116270.html below:

[Python-Dev] requirements for moving __import__ over to importlib?

[Python-Dev] requirements for moving __import__ over to importlib? [Python-Dev] requirements for moving __import__ over to importlib?Alex Gaynor alex.gaynor at gmail.com
Wed Feb 8 00:26:21 CET 2012
Brett Cannon <brett <at> python.org> writes:


> IOW you want the sys.modules case fast, which I will never be able to match 
compared to C code since that is pure execution with no I/O.
> 


Sure you can: have a really fast Python VM.

Constructive: if you can run this code under PyPy it'd be easy to just:

$ pypy -mtimeit "import struct"
$ pypy -mtimeit -s "import importlib" "importlib.import_module('struct')"

Or whatever the right API is.

Alex

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4