|
|
|
|
|
by bsder
481 days ago
|
|
Does a ConcurrentSkipListMap not give the correct O(log N) guarantees on top of being concurrency friendly? java.util.concurrent is one of the best libraries ever. If you do something related to concurrency and don't reach for it to start, you're gonna have a bad time. |
|