New submission from Pieter Eendebak <pieter.eende...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue47070> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com