Hacker News new | ask | show | jobs
by marblestation 3410 days ago
The code has now been improved with all the suggestion friendly made by the Hacker news and Rust subreddit communities. Thanks!
1 comments

I just had a look at the Fortran code, and oh boy, it's not pretty, and far from "canonical" Fortran. I will submit a PR (hopefully later tonight) that makes it less ugly and slow.

(Protip: don't use if's inside tight loops. Just don't.)

Update: just sent you a PR that reduces the amount of code by ~70% while increasing the speed by ~30% for the Fortran version.
Merged! Thank you very much :-)