|
|
|
|
|
by mplanchard
1302 days ago
|
|
This conversation was about learning Rust, not about writing maximally optimized Rust. Clones and Arcs can make learning a lot easier, since they let you get stuff done without needing to figure out every obscure lifetime error. For production contexts, we take more care to optimize for performance. |
|