Hacker News
new
past
comments
ask
show
jobs
points
by
Ar-Curunir
224 days ago
|
comments
by
ummonk
224 days 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