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
3e5fb551
Commit
3e5fb551
authored
Jun 15, 2012
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the UTF-16 encoding speedup in the whatsnew (issue #15026).
parent
a68aec0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+4
-2
No files found.
Doc/whatsnew/3.3.rst
View file @
3e5fb551
...
...
@@ -1484,9 +1484,11 @@ Major performance enhancements have been added:
*
repeating
a
single
ASCII
letter
and
getting
a
substring
of
a
ASCII
strings
is
4
times
faster
*
UTF
-
8
and
UTF
-
16
decoding
is
now
2
x
to
4
x
faster
.
*
UTF
-
8
and
UTF
-
16
decoding
is
now
2
x
to
4
x
faster
.
UTF
-
16
encoding
is
now
up
to
10
x
faster
.
(
contributed
by
Serhiy
Storchaka
,
:
issue
:`
14624
`
and
:
issue
:`
14738
`.)
(
contributed
by
Serhiy
Storchaka
,
:
issue
:`
14624
`,
:
issue
:`
14738
`
and
:
issue
:`
15026
`.)
Build
and
C
API
Changes
...
...
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