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
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/lock_freedom
- Owner: wyatt-herkamp
- License: mit
- Created: 2022-09-07T12:24:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T13:28:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T09:19:17.884Z (21 days ago)
- Language: Rust
- Size: 1.16 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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