>>105702882
>I rather keep my sanity and be more productive in C++ even if the end result is <3% slower (which I doubt)
C, C++ and Rust all are roughly same speed in practice. You can literally manipulate rustc to generate nearly identical LLVM IR to clang. Matching performance is just matter of putting enough effort into it.