|
|
|
|
|
by testdelacc1
23 days ago
|
|
> I can understand when you need the absolute best performance and you decide to drop to down to C++ Could you help me understand with an example or two? My understanding is that well written Rust and C++ are often identical in performance thanks to relying on the same compiler backend (both clang and rustc use LLVM). |
|