[issue12775] immense performance problems related to the garbage collector

Martin v. Löwis report at bugs.python.org
Mon Aug 22 09:58:22 CEST 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

For the record, the speed improvement in 2.7 likely results from 79276316b94b. GC used to be quadratic with the number of objects, and is now only linear.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12775>
_______________________________________


More information about the Python-bugs-list mailing list