Message279598
The advantage is using memcpy in case of combined table without deletions. This is common case of creating dict without pre-resizing: dict(list), dict(iterator), etc.
In future, when will be possible to reuse old entries array, this also could help in case of multiple modifications without significant size growth. First squeeze entries (skipping NULL values), then clear and rebuild index table. |
|
Date |
User |
Action |
Args |
2016-10-28 11:49:48 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, vstinner, methane, xiang.zhang |
2016-10-28 11:49:48 | serhiy.storchaka | set | messageid: <1477655388.6.0.488372930343.issue28199@psf.upfronthosting.co.za> |
2016-10-28 11:49:48 | serhiy.storchaka | link | issue28199 messages |
2016-10-28 11:49:48 | serhiy.storchaka | create | |
|