Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not increase step count when checking if reader bounded #462

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

tjenkinson
Copy link
Owner

This didn't really make sense as it was only increasing it when the reader was unbounded, not when it was bounded. Also it's always only looking at the next character so going to be a constant amount of work anyway (other than splitting, which is now tracked as part of the stack overflow logic).

@tjenkinson tjenkinson merged commit ad3f58c into main Oct 29, 2023
6 checks passed
@tjenkinson tjenkinson deleted the checking-bounded-not-increase-steps branch October 29, 2023 10:55
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.

None yet

1 participant