optimistic-set
Created by
wolfram77
Optimistic Set is a linked-list based unique collection. It traverses the list twice per operation, only locking the nodes to be updated.
Optimistic Set is a linked-list based unique collection. It traverses the list twice per operation, only locking the nodes to be updated.