Rewriting Fortran Software in Rust

github.com/rse-standrewscs/shallow-water TL;DR: Rewriting isn’t always bad, Amdahl’s Law is important and memory bandwidth is a potential bottleneck when doing many simple double precision math operations
Introduction As part of an Undergraduate Research … Read more

Similar