Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2006-05-21 11:11:07
Size: 768
Editor: secure
Comment:
Revision 14 as of 2006-05-24 22:05:19
Size: 1761
Editor: TimPeters
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
* [ 1479611 ] speed up function calls
* [ 1442927 ] PyLong_FromString optimization
* [ 1366311 ] SRE engine do not release the GIL
* [ 1359618 ] Speed charmap encoder
* [ 1353872 ] a faster Modulefinder (Related to py2exe runtime performance)
* [ 1346238 ] A constant folding optimization pass for the AST
* [ 1346214 ] Better dead code elimination for the AST compiler
* [ 1337051 ] remove 4 ints from PyFrameObject
* [ 1281707 ] Speed up gzip.readline (~40%)
* [ 1243730 ] Big speedup in email message parsing
* [ 1243654 ] Faster output if message already has a boundary
* [ 1145039 ] Remove some invariant conditions and assert in ceval
* [ 1107887 ] Speed up function calls/can add more introspection info
* [ 936813 ] fast modular exponentiation
Pending:

 * [http://www.python.org/sf/1492828 [ 1492828 ] ] Improvements to ceval.c
 * [http://www.python.org/sf/1366311 [ 1366311 ] ] SRE engine do not release the GIL
 * [http://www.python.org/sf/1359618 [ 1359618 ] ] Speed charmap encoder
 * [http://www.python.org/sf/1353872 [ 1353872 ] ] a faster Modulefinder (Related to py2exe runtime performance)
 * [http://www.python.org/sf/1346238 [ 1346238 ] ] A constant folding optimization pass for the AST
 * [http://www.python.org/sf/1346214 [ 1346214 ] ] Better dead code elimination for the AST compiler
 * [http://www.python.org/sf/1243730 [ 1243730 ] ] Big speedup in email message parsing
 * [http://www.python.org/sf/1243654 [ 1243654 ] ] Faster output if message already has a boundary
 * [http://www.python.org/sf/1145039 [ 1145039 ] ] Remove some invariant conditions and assert in ceval
 * [http://www.python.org/sf/1107887 [ 1107887 ] ] Speed up function calls/can add more introspection info
 * [http://www.python.org/sf/936813 [ 936813 ] ] fast modular exponentiation
 * [http://www.python.org/sf/923643 [ 923643 ] ] long <-> byte-string conversion
 * [http://www.python.org/sf/921466 [ 921466 ] ] Reduce number of open calls on startup
 * [http://www.python.org/sf/813436 [ 813436 ] ] Scalable zipfile extension
 * [http://www.python.org/sf/738094 [ 738094 ] ] for i in range(N) optimization
      * Related to [http://www.python.org/sf/1472639 [ 1472639 ] ] make range be xrange

Addressed:

 * [http://www.python.org/sf/1442927 [ 1442927 ] ] !PyLong_FromString optimization
  * [http://www.python.org/sf/1335972 [ 1335972] ] combo speedup and bugfix for string->int conversion
 * [http://www.python.org/sf/876206 [ 876206 ] ] scary frame speed h

Pending:

Addressed:

ListOfPerformanceRelatedPatches (last edited 2008-11-15 14:00:44 by localhost)

Unable to edit the page? See the FrontPage for instructions.