]> granicus.if.org Git - python/commit
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 May 2012 21:48:04 +0000 (23:48 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 May 2012 21:48:04 +0000 (23:48 +0200)
commit63065d761e6c545216b9621982d16dd459abb1f8
tree7bfe6f72dcf2ec9604b0a76ca52fca9aa723ce02
parent12ea86adcea986c5572c597b72253d839f4d303a
Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Patch by Serhiy Storchaka.
Misc/NEWS
Objects/stringlib/codecs.h
Objects/unicodeobject.c