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
150faff1
Commit
150faff1
authored
May 23, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add two items
parent
4de3f998
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+8
-4
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
150faff1
...
...
@@ -1137,10 +1137,10 @@ 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
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 improv
ed
by Walter D
\"
orwald.)
finding substrings
, string splitting, and character map decoding, has
been improved. (Substring search and splitting improvements were
added by Fredrik Lundh and Andrew Dalke at the NeedForSpe
ed
sprint. Character map decoding was improved
by Walter D
\"
orwald.)
% Patch 1313939
\item
The code generator's peephole optimizer now performs
...
...
@@ -1155,6 +1155,10 @@ invoked. (Original patch by Michael Hudson, modified by Armin Rigo
and Richard Jones; committed at the NeedForSpeed sprint.)
% Patch 876206
Frame objects are also slightly smaller, which may improve cache locality
and reduce memory usage a bit. (Contributed by Neal Norwitz.)
% Patch 1337051
\end{itemize}
The net result of the 2.5 optimizations is that Python 2.5 runs the
...
...
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