[issue4794] garbage collector blocks and takes worst-case linear time wrt number of objects

darrenr report at bugs.python.org
Tue Jan 6 19:36:02 CET 2009


darrenr <python-roundup at dranalli.com> added the comment:

Regardless of the type of algorithm used by the garbage collector that
currently exists in Python, its worst-case performance is undesirable. I
have some interest in implementing a garbage collector for Python with
improved performance characteristics but don't really have the time for
it. Hopefully someone does. In any case thanks for hearing me out.

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


More information about the Python-bugs-list mailing list