Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0.0
-
None
Description
AbstractMapper.getPlaceholder is another minor hotspot in my application. It is called very frequently during resource mapping and can be significantly improved by replacing String.startsWith and String.endsWith with character lookups.