Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_never_k
on April 15, 2020
|
parent
|
context
|
favorite
| on:
KolibriOS – operating system written entirely in a...
I think of the BLAS algos as being very Fortran friendly, and the Fortran references never _out_perform the C implementations. (The asm implementations are of course the best.)
Be curious to know what you're thinking of here.
setpatchaddress
on April 15, 2020
[–]
I've no personal experience, but people historically point to pointer aliasing as the primary thing that speeds up Fortran code vs C.
https://en.wikipedia.org/wiki/Pointer_aliasing
agumonkey
on April 15, 2020
|
parent
[–]
No personal experience either but discussing with people invested in high perf C, they said that `restrict` was enough to avoid aliasing issues.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Be curious to know what you're thinking of here.