#skip-list #lock-free #mutli-threading

skippy-rs

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

5 releases

0.0.0-alpha.4 Jan 10, 2023
0.0.0-alpha.3 Jan 9, 2023
0.0.0-alpha.2 Jan 8, 2023
0.0.0-alpha.0 Jan 6, 2023

#764 in Concurrency

Custom license

81KB
2K SLoC

skippy-rs

A concurrent, lock freee Skip List, written in Rust.


lib.rs:

A lock free skip list.

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

Dependencies

~0.3–27MB
~358K SLoC