|
|
|
|
|
by pcwalton
3511 days ago
|
|
The sole performance metric of GC is not pause times! Throughput matters just as much if not more! GC pauses are not the only reason to use Rust. Rust is not "little Go" that you reach for only if you don't want GC. You might want package management, data-race-free concurrency, a mature optimization framework, runtime-free operation, concurrent data structures, fast C interfacing, etc. etc. |
|