diff options
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2021-02-28 14:43:32 +0100 |
---|---|---|
committer | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2021-02-28 14:43:32 +0100 |
commit | e948080dbfa566fc1edbc4ba8cbc04d4d5b5a934 (patch) | |
tree | 44ee56b9079f30c1a9facb230e422ed21f533d95 | |
parent | remove pdb (diff) | |
download | pypy-e948080dbfa566fc1edbc4ba8cbc04d4d5b5a934.tar.gz pypy-e948080dbfa566fc1edbc4ba8cbc04d4d5b5a934.tar.bz2 pypy-e948080dbfa566fc1edbc4ba8cbc04d4d5b5a934.zip |
add whatsnew
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 26094691b6..4b6c1ff4c9 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -89,3 +89,8 @@ Refactor the intbound analysis in the JIT .. branch: issue-3404 Fix ``PyObject_Format`` for type objects + + +.. branch: string-algorithmic-optimizations + +Faster str.replace and bytes.replace implementations. |