Hacker News
new
past
comments
ask
show
jobs
points
by
Ar-Curunir
8 hours ago
|
comments
by
ummonk
2 hours ago
|
[-]
Go is more memory unsafe than Java or Rust. Data races in concurrent Go code can cause memory corruption, unlike in concurrent Java code. Safe Rust is designed to avoid data races altogether using static analysis.
reply