Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayrat/figra
Fine-grained & lock-free examples in Rust
https://github.com/clayrat/figra
lock-free rust
Last synced: 1 day ago
JSON representation
Fine-grained & lock-free examples in Rust
- Host: GitHub
- URL: https://github.com/clayrat/figra
- Owner: clayrat
- Created: 2020-12-03T00:24:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T21:47:11.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T18:56:19.323Z (about 1 year ago)
- Topics: lock-free, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fine-grained
Fiddling with fine-grained & lock-free concurrency in Rust
## References
* [Lock-freedom without garbage collection](https://aturon.github.io/blog/2015/08/27/epoch/)
* [Exploring lock-free Rust](https://morestina.net/blog/742/exploring-lock-free-rust-1-locks)
* [Lock-free Rust: Crossbeam in 2019](https://web.archive.org/web/20191229181749/https://stjepang.github.io/2019/01/29/lock-free-rust-crossbeam-in-2019.html)