New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to