[issue6594] json C serializer performance tied to structure depth on some systems

Antoine Pitrou report at bugs.python.org
Mon Dec 7 16:25:42 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

> Antoine,
> indeed, both patches improved time and memory foot print. The latest 
> patch shows only 1.1GB RAM usage and is very fast. What's worry me 
> though, that memory is not released back to the system. Is this is the 
> case? I just added time.sleep after json.load and saw that once decoding 
> is done, the resident size still remain the same.

Interesting. Does it release memory without the patch?

----------

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


More information about the Python-bugs-list mailing list