|
|
|
|
|
by super_flanker
1331 days ago
|
|
> Go’s garbage collector will often be faster than refcounting (or whatever manual memory management technique your Rust code ends up using) I'm not supporting the argument that everything should be written in Rust (or whatever) for good performance. However blanket statement like this is not true; micro-benchmarks are often misleading. There are many factors which affect the performance and they come with tradeoffs, so you can choose what options favor you most. At the end, objectively Rust offers more ways to optimize your program. |
|