mtak- / swym

Efficient transactional memory in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swym

Build Status License Cargo Documentation Rust Nightly

swym is an experimental STM that can be used to implement concurrent data structures with performance not far from lock-free data structures.

See the docs for more information.

Initial benchmarks can be found here.

About

Efficient transactional memory in rust.

License:MIT License


Languages

Language:Rust 98.5%Language:Shell 1.1%Language:Python 0.4%