/optimistic-set

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

Primary LanguageJavaMIT LicenseMIT

Watchers