InterviewSolution
Saved Bookmarks
| 1. |
Does Rust Do Tail-call Optimization? |
|
Answer» Not, RUST code can be COMPILED WITHOUT the standard library; In that CASE the runtime is roughly equivalent to C programming. Not, Rust code can be compiled without the standard library; In that case the runtime is roughly equivalent to C programming. |
|