mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-30040: update news entry (GH-12324)
This optimization is not only for space, but also for speed.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user