Description
SMTs ReplaceField use List<String> for include and exclude filter that use ArrayList internally.
In case of long list of filter the complexity of arraylist O(n ) results in poor performance.
Could we use HashSet implementation in ReplaceField class instead of the traditionnal ArrayList ?
Attachments
Issue Links
- links to