diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-03-21 09:38:58 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-03-21 09:38:58 (GMT) |
commit | fac395681fb758401d17974f258b17d285336c57 (patch) | |
tree | a8cc198b2211687af8a7f14222b9e06d620cd3d6 /Misc/ACKS | |
parent | 51b846c47a9b1db927939ccfb037a5a0ff6ff99c (diff) | |
download | cpython-fac395681fb758401d17974f258b17d285336c57.zip cpython-fac395681fb758401d17974f258b17d285336c57.tar.gz cpython-fac395681fb758401d17974f258b17d285336c57.tar.bz2 |
Optimize bytes.replace(b'', b'.')
Issue #26574: Optimize bytes.replace(b'', b'.') and
bytearray.replace(b'', b'.'): up to 80% faster. Patch written by Josh Snider.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1376,6 +1376,7 @@ Mark Smith Roy Smith Ryan Smith-Roberts Rafal Smotrzyk +Josh Snider Eric Snow Dirk Soede Nir Soffer |