lockfree

Lockfree data structures for Rust.

We currently have: * Per-Object Thread-Local Storage * Map * Set * Queue * Stack * SPSC, MPSC, SPMC and MPMC channels * Doubly Atomic Reference Counter * Atomic Box * Atomic Optional Box

Documentation for Latest Commit

https://bzim.gitlab.io/lockfree/lockfree/

Changelog

See CHANGELOG.md

Contributing

See CONTRIBUTING.md

Benchmarks

See BENCHMARKS.md

C11 Incinerator Implementation

https://gitlab.com/bzim/c11-incinerator/