[issue1943] improved allocation of PyUnicode objects

Antoine Pitrou report at bugs.python.org
Tue Jan 29 22:54:44 CET 2008


Antoine Pitrou added the comment:

FWIW, I tried using the freelist scheme introduced in my patch without
making PyUnicode a PyVarObject and, although it's better than the
standard version, it's still not as good as the PyVarObject version.
Would you be interested in that patch?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1943>
__________________________________


More information about the Python-bugs-list mailing list