Issue #16061: Speed up str.replace() for replacing 1-character strings.

This commit is contained in:
Serhiy Storchaka 2013-04-13 22:45:04 +03:00
parent a707f299cb
commit e2cef885a2
7 changed files with 102 additions and 26 deletions

View file

@ -475,6 +475,7 @@
<ClInclude Include="..\Objects\stringlib\fastsearch.h" />
<ClInclude Include="..\Objects\stringlib\find.h" />
<ClInclude Include="..\Objects\stringlib\partition.h" />
<ClInclude Include="..\Objects\stringlib\replace.h" />
<ClInclude Include="..\Objects\stringlib\split.h" />
<ClInclude Include="..\Objects\unicodetype_db.h" />
<ClInclude Include="..\Parser\parser.h" />