Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Some methods in JavaUtils.java are recompiling regexes on every invocation; we should instead store a single cached Pattern.
This is a minor perf. issue that I spotted in the context of other profiling. Not a huge bottleneck in the grand scheme of things, but simple and straightforward to fix.
Attachments
Issue Links
- links to