|
|
|
|
|
by rnikander
1035 days ago
|
|
I still can't use C++20 modules with a macOS app (Clang). I tried, and compile times balloon 10-30x on some files. Maybe I should give up and try Rust. Does Rust give you _maximum_ control over performance the way C and C++ do? I need that and that's I why I used C++ in the first place. |
|
Yes, with a small asterisk. In general, this is true. In practice, with the way optimizations go, sometimes one or the other may be faster. Or people playing with definitions. But the answer to your question in spirit is "yes."