[issue47012] Speed up iteration of bytes and bytearray

2022-03-23 Thread Kumar Aditya
Change by Kumar Aditya : -- components: +Interpreter Core resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue47012] Speed up iteration of bytes and bytearray

2022-03-23 Thread Dennis Sweeney
Dennis Sweeney added the comment: New changeset bd1cf6ecee76bcdce87b4f69567b95756ecf5a4c by Kumar Aditya in branch 'main': bpo-47012: speed up iteration of bytes and bytearray (GH-31867) https://github.com/python/cpython/commit/bd1cf6ecee76bcdce87b4f69567b95756ecf5a4c -- nosy: +Denn

[issue47012] Speed up iteration of bytes and bytearray

2022-03-14 Thread Jeremiah Gabriel Pascual
Change by Jeremiah Gabriel Pascual : -- nosy: +Crowthebird ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue47012] Speed up iteration of bytes and bytearray

2022-03-14 Thread Kumar Aditya
New submission from Kumar Aditya : Benchmark and results are attached in the PR. -- messages: 415129 nosy: gvanrossum, kumaraditya303 priority: normal pull_requests: 29965 severity: normal status: open title: Speed up iteration of bytes and bytearray type: performance versions: Python 3