I began research ConcurrentSkipListSet.
From begining I tried to understand what does SkipList is ?
I imagine it so(possible variant):
I have 2 questions:
- How does SkipList relates with Concurrency ?
- Why does not exis not Concurrent variant of this data structure?