|
|
|
|
|
by carbotaniuman
1043 days ago
|
|
It depends on what you mean by maximum performance. In general Rust is pretty fast, but safety checks do cause slow down, and even with the unsafe escape hatch there are code patterns and use cases Rust currently can't address that well. |
|