lock_freedom

A fork of the lockfree

Lockfree data structures for Rust.

We currently have: * Per-Object Thread-Local Storage * Map * Set * Queue * Stack * SPSC, MPSC, SPMC and MPMC channels

Documentation for the Lastest 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/