Hacker News new | past | comments | ask | show | jobs | submit login

Allocating is much easier in Go and much harder to eliminate in it, for example.

Also, for some kinds of code (usually not CRUD), LLVM does better job than the Go compiler.

And if you do concurrency, Rust's async await can be faster than Go's approach (but it is a lot more complicated, and the perf gain usually doesn't matter).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: