Terry J. Reedy <tjre...@udel.edu> added the comment:

A decade ago, 8gig memory was rare, now it is almost standard for high-end 
consumer machines. People are now doing bigger computations and stressing the 
implementation more. So it is plausible that we need to either tweak the core 
class implementations or (non-exclusively) add specialize structures optimized 
for certain tasks.

However, please to not throw the word 'bug' around lightly. When inappropriate, 
it only gets in the way. The language standard intentionally omits performance 
guarantees, especially when running on fragmented finite memory with multiple 
cache levels and possible OS limitations.

----------
nosy: +terry.reedy

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

Reply via email to