JDK java.util.concurrent.ConcurrentSkipListSet.equals(Object o) implementation efficiency

Jason Mehrens jason_mehrens at hotmail.com
Fri May 26 18:50:54 UTC 2017


Hi Doug,

>However, this technique might apply more usefully to TreeSet.

True.  The more I think about it, it is probably applicable to CSLS under the context where it is concurrently added to and then reaches some idle state (shutdown) and then performs the equality test.  It could be port it to CSLM and set views too.

Jason


More information about the core-libs-dev mailing list