mtak- / swym

Efficient transactional memory in rust.
MIT License
209 stars 6 forks source link

Some docs info #1

Open naturallymitchell opened 5 years ago

naturallymitchell commented 5 years ago

rust-stm has a lot of helpful background info to pull from. This Simon Marlow's Parallel and Concurrent Programming in Haskell: Software Transactional Memory Chapter Summary looks valuable.

Also, that project has a handful of "watchers" who might have interest in this project.

mtak- commented 5 years ago

Thank you for your interest! rust-stm is really nice, and I'd be happy to have feedback/contributions from people currently using it. The performance concerns listed in Simon's book mostly also apply to swym.

I'd be happy to have PRs to add more links, references to the docs.