top | item 36701671

(no title)

temende | 2 years ago

Is C++ slow even if you don't use any language features that add runtime overhead, e.g. runtime exceptions?

discuss

order

mr_00ff00|2 years ago

It’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|2 years ago

Not C++, general CPUs are “slow”.