[New-bugs-announce] [issue24648] Allocation of values array in split dicts should use small object allocator.

Mark Shannon report at bugs.python.org
Thu Jul 16 22:58:44 CEST 2015


New submission from Mark Shannon:

Issue 23601 advocates using the small object allocator for dict-keys objects and the results of tests are good.

Using the small object allocator for dict value-arrays as well seems like the obvious next step.

----------
components: Interpreter Core
keywords: easy
messages: 246828
nosy: Mark.Shannon
priority: low
severity: normal
stage: needs patch
status: open
title: Allocation of values array in split dicts should use small object allocator.
type: performance
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24648>
_______________________________________


More information about the New-bugs-announce mailing list