Skip to content

Be less wasteful with Range used for raise_on - #843

Open
MaxLap wants to merge 1 commit into
jnunemaker:mainfrom
MaxLap:max_improve_raise_on
Open

MaxLap wants to merge 1 commit into
jnunemaker:mainfrom
MaxLap:max_improve_raise_on

Conversation

@MaxLap

@MaxLap MaxLap commented Sep 4, 2026

Copy link
Copy Markdown

Before this, a range such as 400..599 was turned into a 200 elements array, which was then turned into 200 strings and 200 regexes. Now it's more reasonable.

A range such as 400..599 was turned into a 200 elements array, which was then turned into 200 strings and 200 regexes.
Now it's more reasonable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant