[New-bugs-announce] [issue45026] More compact range iterator

Serhiy Storchaka report at bugs.python.org
Thu Aug 26 23:03:33 EDT 2021


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The proposed PR provides more compact implementation of the range iterator. It consumes less memory and produces smaller pickles. It is presumably faster because it performs simpler arithmetic operations on iteration (no multiplications).

----------
components: Interpreter Core
messages: 400390
nosy: lukasz.langa, rhettinger, serhiy.storchaka
priority: normal
severity: normal
status: open
title: More compact range iterator
type: resource usage
versions: Python 3.11

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


More information about the New-bugs-announce mailing list