swym 0.1.0-preview

Transactional memory for rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# swym

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](
https://github.com/crossbeam-rs/crossbeam)
[![Cargo](https://img.shields.io/crates/v/swym.svg)](
https://crates.io/crates/swym)
[![Documentation](https://docs.rs/swym/badge.svg)](
https://docs.rs/swym)
[![Rust Nightly](https://img.shields.io/badge/rust-nightly-lightgray.svg)](
https://www.rust-lang.org)

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](https://docs.rs/swym) for more information.

Initial **benchmarks** can be found [here](https://www.github.com/mtak-/swym/blob/master/info/rbtree.md).