[New-bugs-announce] [issue47070] Improve performance of array_inplace_repeat

Pieter Eendebak report at bugs.python.org
Sat Mar 19 17:27:18 EDT 2022


New submission from Pieter Eendebak <pieter.eendebak at gmail.com>:

The array_inplace_repeat is inefficient for small arrays and a high number of repeats. This can be improved by using the same approach as in https://bugs.python.org/issue47005

----------
components: Interpreter Core
messages: 415572
nosy: pieter.eendebak
priority: normal
severity: normal
status: open
title: Improve performance of array_inplace_repeat
type: performance
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47070>
_______________________________________


More information about the New-bugs-announce mailing list