Skip to content
Commit 2cd33a18 authored by James Nord's avatar James Nord
Browse files

[JENKINS-64039] improve CaseInsensitive.equals(String, String) performance

The CaseInsensitive IdStrategy would always do a full string comparison
even when all that was required was an equivallence check.

updated the javadoc to clarify performance implications for subclasses
and fix the performance of the CaseInsensitive strategy
parent 683dae6a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment