friendly-id icon indicating copy to clipboard operation
friendly-id copied to clipboard

Performance fix - compile pattern only once and reuse

Open and1x0 opened this issue 9 months ago • 0 comments

From java doc java.util.regex.Pattern.matches "If a pattern is to be used multiple times, compiling it once and reusing it will be more efficient than invoking this method each time."

and1x0 avatar May 07 '24 13:05 and1x0