mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
bpo-30040: update news entry (GH-12324)
This optimization is not only for space, but also for speed.
This commit is contained in:
parent
41f0b78cbf
commit
3fe7fa316f
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
New empty dict uses fewer memory for now. It used more memory than empty
|
||||
dict created by ``dict.clear()``. Patch by Inada Naoki.
|
||||
dict created by ``dict.clear()``. And empty dict creation and deletion
|
||||
is about 2x faster. Patch by Inada Naoki.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue