This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients brett.cannon, gvanrossum, methane, rhettinger, serhiy.storchaka
Date 2017-09-25.00:04:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506297857.42.0.467293377609.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
Naoki, is it possible to separate out how much of this is I/O vs CPU time?

If the I/O dominates, optimizations tend toward zipimports, faster drives, disk caching etc.  If the CPU time is dominant, different techniques are used (lazy evaluation, splitting-out parts of a package, etc).
History
Date User Action Args
2017-09-25 00:04:17rhettingersetrecipients: + rhettinger, gvanrossum, brett.cannon, methane, serhiy.storchaka
2017-09-25 00:04:17rhettingersetmessageid: <1506297857.42.0.467293377609.issue31415@psf.upfronthosting.co.za>
2017-09-25 00:04:17rhettingerlinkissue31415 messages
2017-09-25 00:04:17rhettingercreate