upvote
> this is very different from Rust, which requires unsafe even for things like benign write/write races, which are fairly common, and various basic data structures

I know this paper [0] is quite old at this point, but the mention of benign data races reminded me of it. Would you happen to know how applicable it is to modern memory models?

[0]: https://www.usenix.org/legacy/event/hotpar11/tech/final_file...

reply