#list #status #listfree

listfree

listfree provides a lockfree prepend-only list

5 releases (breaking)

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

#433 in Concurrency


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.

No runtime deps