]> granicus.if.org Git - python/commit
Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 20:08:39 +0000 (21:08 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 20:08:39 +0000 (21:08 +0100)
commit6989ba01742a556ebc790b4786ba1d4f4ef78692
tree6347c168555b98676ad2ef47b2dcaa57eebd7cac
parentf47981f51e5c825b71652ba05a982e7a437c9bce
Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows

On Windows, a factor of 50% gives best performances.
Objects/unicodeobject.c