Skip to content

Conversation

@m-van-tilburg
Copy link

DefaultPropertyFilter allocates quite some memory because it uses String.matches(String regex), this will compile the same regex String over and over again. Compiling the regex patterns upfront would be faster and allocate less memory.

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.

1 participant