|
|
|
|
|
by npalli
611 days ago
|
|
Rust is more complicated than C++ to get your head around due to it's specialized concepts around lifetime, ownership, async and other topics. The upside is memory safety. If you don't need memory safety and very close to C++ performance (within 10-20%) then far better options like Go, Java, Kotlin etc. etc. |
|