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 scoder
Recipients barry, eli.bendersky, eric.snow, ethan.furman, python-dev, r.david.murray, rhettinger, scoder, serhiy.storchaka, vstinner, zach.ware
Date 2015-09-18.05:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442555747.36.0.178637505887.issue25147@psf.upfronthosting.co.za>
In-reply-to
Content
> _collections sounds cool, but the flip side is any python without the C implemntation would still have the slower startup, right?

I wouldn't bother too much with that, certainly not given the order we are talking about here. Jython's startup time is slowed down mostly by the JVM startup time anyway. And if you use PyPy then it's exactly because you do *not* care about the startup time but about performance improvements for long running code.
History
Date User Action Args
2015-09-18 05:55:47scodersetrecipients: + scoder, barry, rhettinger, vstinner, r.david.murray, eli.bendersky, ethan.furman, python-dev, eric.snow, zach.ware, serhiy.storchaka
2015-09-18 05:55:47scodersetmessageid: <1442555747.36.0.178637505887.issue25147@psf.upfronthosting.co.za>
2015-09-18 05:55:47scoderlinkissue25147 messages
2015-09-18 05:55:47scodercreate