An open API service indexing awesome lists of open source software.

https://github.com/wyatt-herkamp/lock_freedom

A fork of Lock Free
https://github.com/wyatt-herkamp/lock_freedom

Last synced: 21 days ago
JSON representation

A fork of Lock Free

Awesome Lists containing this project

README

        

# lock_freedom

A fork of the [lockfree](https://gitlab.com/bzim/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

# Changelog
See [CHANGELOG.md](CHANGELOG.md)

# Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)

# Benchmarks
See [BENCHMARKS.md](BENCHMARKS.md)

# C11 Incinerator Implementation