+ 3
Which is better Rust or C++?
I've been researching about secure way to code and with a good performance. I found various articles on web saying Rust out performs C++ in performance and is also secure as it has different functions for safe and unsafe handling. My main concern is let's say I do FFT on a very large dataset or in an easier way to put it is a very heavy maths calculation and it also deals with graphics. So I'm not sure about how exactly can I do that comparison as I don't know Rust yet. Hence, I wanted some guidance on which language to choose. Please ask additional questions if you need clearance as I'm not sure in myself how exactly to describe my issue.
1 ответ
+ 1
C++ cuz I think it has more use cases 🤔(I could be very wrong)