#linked-list #lock-free #prepend-only

listfree

listfree provides a lockfree prepend-only list

4 releases (breaking)

0.5.0 Dec 4, 2024
0.4.0 Oct 8, 2024
0.3.0 Aug 19, 2024
0.2.0 Aug 19, 2024

#1268 in Data structures

Download history 21/week @ 2024-09-11 20/week @ 2024-09-18 13/week @ 2024-09-25 83/week @ 2024-10-02 75/week @ 2024-10-09 10/week @ 2024-10-16 2/week @ 2024-10-30 7/week @ 2024-11-06 1/week @ 2024-11-13 2/week @ 2024-11-20 137/week @ 2024-12-04 14/week @ 2024-12-11

151 downloads per month
Used in 2 crates (via tag_index)

Apache-2.0

21KB
701 lines

listfree

listfree provides a lock-free linked list.

Status

Active development.

Scope

It's a linked 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 prepend-only list.

No runtime deps