Y
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
Fronzie
55 days ago
It's close, but not quite. Getting it to do 'y = a
x + b
y' like vector operations without superfluous reads/writes is tricky.
link