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

Preserve word boundary cache across multiple matches #770

Open
milseman opened this issue Oct 9, 2024 · 0 comments
Open

Preserve word boundary cache across multiple matches #770

milseman opened this issue Oct 9, 2024 · 0 comments

Comments

@milseman
Copy link
Member

milseman commented Oct 9, 2024

Word boundary cache is valid state that can persist across multiple match invocations. We don't currently persist it, which means it will be recalculated and can yield a quadratic factor in the worst case.

@milseman milseman changed the title Reserve word boundary cache across multiple matches Preserve word boundary cache across multiple matches Oct 10, 2024
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

No branches or pull requests

1 participant