Expected Behavior
Will bring 40 times the performance improvement
Current Behavior
Context
Recently, I have been studying the source code of this framework, and during this period, I have discovered some code that may have optimization value. such as:
|
authorities.add(authority.getAuthority().replaceFirst(AUTHORITIES_SCOPE_PREFIX, "")); |
I conducted a simple test and achieved a 40 times performance improvement.