← Back to context Comment by shikck200 11 hours ago Memory safety != Data race free 2 comments shikck200 Reply asdf88990 1 hour ago Go’s issue isn’t data race, it is tearing and corruption. Pretending it is on the same class as what is considered data race is again, basic software engineering. maleldil 6 hours ago Yes, but Rust gets you both.
asdf88990 1 hour ago Go’s issue isn’t data race, it is tearing and corruption. Pretending it is on the same class as what is considered data race is again, basic software engineering.
Go’s issue isn’t data race, it is tearing and corruption. Pretending it is on the same class as what is considered data race is again, basic software engineering.
Yes, but Rust gets you both.