Comment on Why should I use rust (as a Go enthusiast)?

<- View Parent
Lmaydev@programming.dev ⁨10⁩ ⁨months⁩ ago

Go is memory safe due to its garbage collection. Which adds a decent overhead generally.

Rusts memory safety is enforced at compile time and therefore has zero cost at runtime.

For a system level language this can be really important.

source
Sort:hotnewtop