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

https://github.com/everx-labs/lockfree


https://github.com/everx-labs/lockfree

everscale rust

Last synced: 8 months ago
JSON representation

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