# swym
[](
https://github.com/crossbeam-rs/crossbeam)
[](
https://crates.io/crates/swym)
[](
https://docs.rs/swym)
[](
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).