Message77966
This new patch adds another improvement where tuples can be "optimized".
Optimized means that tuples which don't contain any GC-tracked object
become themselves untracked. Since tuples are immutable this
optimization is valid, and since it is common to store lots of tuples as
very simple containers of atomic objects this can be an interesting
optimization. |
|
Date |
User |
Action |
Args |
2008-12-17 15:00:36 | pitrou | set | recipients:
+ pitrou, loewis, collinwinter, gregory.p.smith, Rhamphoryncus |
2008-12-17 15:00:35 | pitrou | set | messageid: <1229526035.73.0.973399741014.issue4074@psf.upfronthosting.co.za> |
2008-12-17 15:00:34 | pitrou | link | issue4074 messages |
2008-12-17 15:00:34 | pitrou | create | |
|