Hacker News new | ask | show | jobs
by iamcreasy 55 days ago
Julia language is also used for HPC according to their webpage citing performance parity with C++. Would it be correct to infer Julia also provides the same level of memory bandwidth control?
1 comments

It's close, but not quite. Getting it to do 'y = ax + by' like vector operations without superfluous reads/writes is tricky.