Y
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
semi-extrinsic
3409 days ago
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.)
link
semi-extrinsic
3409 days ago
Update: just sent you a PR that reduces the amount of code by ~70% while increasing the speed by ~30% for the Fortran version.
link
marblestation
3408 days ago
Merged! Thank you very much :-)
link
(Protip: don't use if's inside tight loops. Just don't.)