Crate skipfree

Source
Expand description

A lock-free skip-list.

Structsยง

SkipList
A lock-free skip list, generic over keys and values.
SkipListIterator
A SkipList iterator. Will outlast the skip list it comes from if so chosen.