mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Mention second encoding speedup
This commit is contained in:
parent
28eeefe566
commit
1985ff76ca
1 changed files with 6 additions and 5 deletions
|
@ -1166,12 +1166,13 @@ In 2.5 the internal data structure has been customized for implementing sets,
|
||||||
and as a result sets will use a third less memory and are somewhat faster.
|
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 speed of some Unicode operations, such as
|
\item The speed of some Unicode operations, such as finding
|
||||||
finding substrings, string splitting, and character map decoding, has
|
substrings, string splitting, and character map encoding and decoding,
|
||||||
been improved. (Substring search and splitting improvements were
|
has been improved. (Substring search and splitting improvements were
|
||||||
added by Fredrik Lundh and Andrew Dalke at the NeedForSpeed
|
added by Fredrik Lundh and Andrew Dalke at the NeedForSpeed
|
||||||
sprint. Character map decoding was improved by Walter D\"orwald.)
|
sprint. Character maps were improved by Walter D\"orwald and
|
||||||
% Patch 1313939
|
Martin von~L\"owis.)
|
||||||
|
% Patch 1313939, 1359618
|
||||||
|
|
||||||
\item The \function{long(\var{str}, \var{base})} function is now
|
\item The \function{long(\var{str}, \var{base})} function is now
|
||||||
faster on long digit strings because fewer intermediate results are
|
faster on long digit strings because fewer intermediate results are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue