Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 780 Bytes

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.