Skip to content

Avoid redundant pattern matches in BlockStatePredicate#RegexMatch #995

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

Merged

Conversation

embeddedt
Copy link
Contributor

The current implementation here tests the pattern against a given block once for every one of its states. This is redundant; it suffices to just loop over the registry and check each block once.

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.

2 participants