From e948080dbfa566fc1edbc4ba8cbc04d4d5b5a934 Mon Sep 17 00:00:00 2001 From: Carl Friedrich Bolz-Tereick Date: Sun, 28 Feb 2021 14:43:32 +0100 Subject: add whatsnew --- pypy/doc/whatsnew-head.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3-65-gdbad