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

Use precompiled regex in Payload #47

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

51-code
Copy link

@51-code 51-code commented May 2, 2024

Uses Pattern.split() instead of String.split() for better performance.

@51-code 51-code added the feature Existing feature label May 2, 2024
@51-code 51-code requested a review from kortemik May 2, 2024 07:01
@51-code 51-code self-assigned this May 2, 2024
@kortemik kortemik merged commit 7b0c375 into teragrep:main May 2, 2024
1 check passed
@kortemik kortemik linked an issue May 2, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change Payload splitting functionality to use pre-compiled regex
2 participants