#lock-free

no-std syncbuf

Append-only data structures with lock-free thread-safety and constant-time indexing

2 unstable releases

0.2.0 Mar 14, 2021
0.1.0 Feb 12, 2021

#665 in Concurrency

MIT license

24KB
451 lines

Syncbuf

A small library of append-only, thread-safe, lock-free data structures.

Crates.io docs

No runtime deps