summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/replace.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-93033: Use wmemchr in stringlib (GH-93034)goldsteinn2022-05-241-2/+2
| | | | | Generally comparable perf for the "good" case where memchr doesn't return any collisions (false matches on lower byte) but clearly faster with collisions.
* Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-131-0/+53