← Back to context Comment by asdf88990 11 hours ago Or basic software engineering and understanding of what memory safe means. 3 comments asdf88990 Reply shikck200 11 hours ago Memory safety != Data race free 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.
shikck200 11 hours ago Memory safety != Data race free 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.
Memory safety != Data race free
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.