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

listfree

listfree provides a lockfree prepend-only list

3 releases (breaking)

0.4.0 Oct 8, 2024
0.3.0 Aug 19, 2024
0.2.0 Aug 19, 2024

#1172 in Data structures

Download history 293/week @ 2024-08-19 32/week @ 2024-09-16 20/week @ 2024-09-23 5/week @ 2024-09-30 147/week @ 2024-10-07 18/week @ 2024-10-14

171 downloads per month
Used in 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