Improve response time Java / Stream / filter
I am doing a comparison between two lists of objects using streams (filter/anyMatch) the size of the two lists can be up to a million objects
I am doing a comparison between two lists of objects using streams (filter/anyMatch) the size of the two lists can be up to a million objects