mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Mention string improvements
This commit is contained in:
parent
c602723e45
commit
1cdace4294
1 changed files with 4 additions and 1 deletions
|
@ -1137,7 +1137,10 @@ and as a result sets will use a third less memory and are somewhat faster.
|
||||||
(Implemented by Raymond Hettinger.)
|
(Implemented by Raymond Hettinger.)
|
||||||
|
|
||||||
\item The performance of some Unicode operations, such as
|
\item The performance of some Unicode operations, such as
|
||||||
character map decoding, has been improved.
|
finding substrings and character map decoding, has been improved.
|
||||||
|
(Substring search improvements were added by Fredrik Lundh and Andrew
|
||||||
|
Dalke at the NeedForSpeed sprint. Character map decoding was improved
|
||||||
|
by Walter D\"orwald.)
|
||||||
% Patch 1313939
|
% Patch 1313939
|
||||||
|
|
||||||
\item The code generator's peephole optimizer now performs
|
\item The code generator's peephole optimizer now performs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue