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