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

Fixes #1633: String.replaceAll and String.replaceFirst are known to be slow due to Pattern compiles. Prefer Pattern.matches().replaceAll() #1639

Closed
wants to merge 4 commits into from

Conversation

kad-vetteh
Copy link
Contributor

Proposal for replacing pattern compiles in degree for methods: String.replaceFirst and String.replaceAll

…atic compiled Pattern for performance optimalization.
@kad-vetteh kad-vetteh marked this pull request as ready for review January 25, 2024 08:54
@tfr42 tfr42 added enhancement enhancement or improvement under review core deegree core modules labels May 13, 2024
@tfr42 tfr42 added this to the 3.6 milestone May 13, 2024
@tfr42 tfr42 added the needs rebase PR is not up to date and needs rebase label May 13, 2024
@tfr42 tfr42 removed needs rebase PR is not up to date and needs rebase under review labels Jun 5, 2024
@tfr42 tfr42 removed this from the 3.6 milestone Jun 5, 2024
@tfr42 tfr42 added duplicate and removed enhancement enhancement or improvement core deegree core modules labels Jun 5, 2024
@tfr42 tfr42 closed this in #1691 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants