5 ms·
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 lev
by iamcreasy 5mo 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?
- Fronzie 5mo agoIt's close, but not quite. Getting it to do 'y = ax + by' like vector operations without superfluous reads/writes is tricky.