[docs] [issue12775] immense performance problems related to the garbage collector
Daniel Svensson
report at bugs.python.org
Thu Aug 18 16:46:38 CEST 2011
Daniel Svensson <dsvensson at gmail.com> added the comment:
"Or you could disable the GC only when decoding JSON data and reenable it afterwards."
JSON was just an example, and disabling/enabling the GC is not safe in a multithreaded environment?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12775>
_______________________________________
More information about the docs
mailing list