|
|
|
|
|
by lelanthran
1108 days ago
|
|
You cannot really compare Rust and Go. Rust is for when you really need to perform manual memory management. If you don't need that, then a GC language is better. If you're choosing manual memory management over GC, you better have a really good reason to do so or a really small application that you're writing. |
|