Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Dec 24, 2025

Count the number of Element attribute accesses as a proxy for work done.
With double the amount of work, a ratio of 2.0 indicates linear scaling
and 4.0 quadratic scaling. Use 3.2 as an intermediate threshold.
(cherry picked from commit 57937a8)

Co-authored-by: Sam Gross colesbury@gmail.com

…pythongh-143105) Count the number of Element attribute accesses as a proxy for work done. With double the amount of work, a ratio of 2.0 indicates linear scaling and 4.0 quadratic scaling. Use 3.2 as an intermediate threshold. (cherry picked from commit 57937a8) Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-appbedevere-appbot added the tests Tests in the Lib/test dir label Dec 24, 2025
@colesburycolesbury enabled auto-merge (squash) December 24, 2025 13:02
@colesburycolesbury merged commit 41f4687 into python:3.14Dec 24, 2025
51 checks passed
@miss-islingtonmiss-islington deleted the backport-57937a8-3.14 branch January 2, 2026 17:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@colesbury