5 ms·Is C++ slow even if you don't use any language features that add runtime overhead, e.g. runtime exceptions?by temende 3y agoIs C++ slow even if you don't use any language features that add runtime overhead, e.g. runtime exceptions?mr_00ff00 3y agoIt’s not so much C++ is slow as FPGAs are so incredibly fast. The system programming languages (C / C++ / Rust) will always have more overhead than FPGAs. A microsecond is fast for C++. It’s like an eternity for an FPGA.kaba0 3y agoNot C++, general CPUs are “slow”.