Crate skipfree

source ·
Expand description

A lock-free skip-list.

Structs

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