https://github.com/everx-labs/lockfree
https://github.com/everx-labs/lockfree
everscale rust
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/everx-labs/lockfree
- Owner: everx-labs
- License: mit
- Created: 2020-07-16T09:30:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:56:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T01:35:36.946Z (over 1 year ago)
- Topics: everscale, rust
- Language: Rust
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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