Hacker News new | ask | show | jobs
by egl2019 3170 days ago
Be careful about performance comparisons:

If you are using the GNU compilers (and the appropriate compiler flags with gcc), there isn't much difference in performance --- and there shouldn't be.

There are a few FORTRAN-only compilers out there; I'd be curious to see how well they do.

1 comments

I think the Intel compiler has a reputation of producing the fastest code, and Intel makes both C++ and Fortran compilers.