niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
508 stars 79 forks source link

[fortran] fixes accuracy & vectorisation (maybe) #67

Closed francescoalemanno closed 2 years ago

francescoalemanno commented 2 years ago

Hi Niklas,

this is my final attempt to fix all the issues ridding this code:

In order to speedup my CI runs I did the bench on small scale combined_results

now it seems to be reliable, sorry for the trouble.

niklas-heer commented 2 years ago

It only improves accuracy, not really the speed. Thus, I think this is fine. 👍

From 0.3462 to 0.8571 accuracy. Min speed was 81.6ms and now is 81.46ms.

combined_results

niklas-heer commented 2 years ago

@francescoalemanno thank you for your contribution! 👍 @Moelf thank you for keeping an eye and the review :)

francescoalemanno commented 2 years ago

@niklas-heer Finally happy, both for the accuracy and the speed! :) Thank you for bearing with my stubbornness

niklas-heer commented 2 years ago

@francescoalemanno you're very welcome :)