Message394120
Add a version number to dict keys.
PEP 509 added a version number to dicts. Unfortunately this is no use for optimizing attribute loads and store on instances.
We need to know whether the keys are as expected, not the dict as that is likely to be different each time.
We can add a 32 bit version number and actually reduce memory use by taking advantage of the redundancy in the rest of the keys object. |
|
Date |
User |
Action |
Args |
2021-05-21 15:38:13 | Mark.Shannon | set | recipients:
+ Mark.Shannon, vstinner, methane |
2021-05-21 15:38:13 | Mark.Shannon | set | messageid: <1621611493.74.0.261277793426.issue44206@roundup.psfhosted.org> |
2021-05-21 15:38:13 | Mark.Shannon | link | issue44206 messages |
2021-05-21 15:38:13 | Mark.Shannon | create | |
|