Hacker News new | ask | show | jobs
by whatrg 1002 days ago
Go and Rust do not compete at all in the same domain. A long time ago, Rust did not have the focus it as now and even included a GC

But now, asking Go vs. Rust does not make sense at all.

If you want a mediocre speed application with fast development, use Go

If you want good memory footpeint with mediocre development use rust

1 comments

> If you want a mediocre speed application with fast development, use Go

I don't know if you can describe much of Kubernetes like that.