mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
This commit is contained in:
parent
c97d3af239
commit
c32dc47aca
35 changed files with 787 additions and 537 deletions
|
|
@ -0,0 +1,4 @@
|
|||
The array of values, the ``PyDictValues`` struct is now embedded in the
|
||||
object during allocation. This provides better performance in the common
|
||||
case, and does not degrade as much when the object's ``__dict__`` is
|
||||
materialized.
|
||||
Loading…
Add table
Add a link
Reference in a new issue