Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1985ff76
Commit
1985ff76
authored
Jun 05, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention second encoding speedup
parent
28eeefe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+6
-5
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
1985ff76
...
...
@@ -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.
(Implemented by Raymond Hettinger.)
\item
The speed of some Unicode operations, such as
finding substrings, string splitting, and character map decoding, has
been improved. (Substring search and splitting improvements were
\item
The speed of some Unicode operations, such as
finding
substrings, string splitting, and character map encoding and decoding,
has
been improved. (Substring search and splitting improvements were
added by Fredrik Lundh and Andrew Dalke at the NeedForSpeed
sprint. Character map decoding was improved by Walter D
\"
orwald.)
% Patch 1313939
sprint. Character maps were improved by Walter D
\"
orwald and
Martin von~L
\"
owis.)
% Patch 1313939, 1359618
\item
The
\function
{
long(
\var
{
str
}
,
\var
{
base
}
)
}
function is now
faster on long digit strings because fewer intermediate results are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment