https://github.com/mtak-/swym
Efficient transactional memory in rust.
https://github.com/mtak-/swym
rust software-transactional-memory transactional-memory
Last synced: about 1 year ago
JSON representation
Efficient transactional memory in rust.
- Host: GitHub
- URL: https://github.com/mtak-/swym
- Owner: mtak-
- License: mit
- Created: 2019-02-25T20:08:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T04:48:13.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T18:42:04.742Z (about 1 year ago)
- Topics: rust, software-transactional-memory, transactional-memory
- Language: Rust
- Size: 613 KB
- Stars: 210
- Watchers: 9
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# swym
[](
https://travis-ci.com/mtak-/swym)
[](
https://github.com/mtak-/swym)
[](
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).