#skip-list #lock-free #active

skipfree

skipfree provides a lockfree skiplist

2 unstable releases

0.2.0 Feb 19, 2024
0.1.0 Dec 27, 2023

#8 in #skip-list


Used in 2 crates (via lsmtk)

Apache-2.0

31KB
932 lines

skipfree

skipfree provides a lock-free skiplist.

Status

Active development.

Scope

It's a skip list and iterator.

Warts

  • The library is new and probably will change.

Documentation

The latest documentation is always available at docs.rs.


lib.rs:

A lock-free skip-list.

Dependencies

~520KB