Stefan Behnel added the comment:

> _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.

----------
nosy: +scoder

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25147>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to