skippy-rs 0.0.0-alpha.4

A set of lock free, thread safe, and fast data structures implemented via a Skip List
Documentation

A lock free skip list.

The purpose of this crate is to provide a skip list that can be used in concurrent applications.