Remix.run Logo
inigyou 3 hours ago

FORTRAN is used for a lot of numerical algorithms - today! installed on your computer right now in some library! - because it optimizes better than C because it doesn't have pointers.

fc417fc802 3 hours ago | parent [-]

As I understand it most of the difference can be made up by adding the restrict qualifier to everything in C.