benchmarks
benchmarks copied to clipboard
Fortran benchmarks
Code in: * https://fortran-lang.discourse.group/t/julia-fast-as-fortran-beautiful-as-python/1405
1D fft: * radix 2 * radix 2, 3, 5 + driver 3D fft: * using the 1D fft There is FFTPACK implementation of the above, and I have my...
Code in several languages here: https://fortran-lang.discourse.group/t/benchmark-the-birthday-problem/262
* https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/fortran.html
* https://github.com/ParRes/Kernels
* https://fortran-lang.discourse.group/t/improving-fortran-results-in-the-julia-micro-benchmarks/198
It came up here: * https://fortran-lang.discourse.group/t/simple-summation-8x-slower-than-in-julia/1171
As submitted here, or similar: * https://fortran-lang.discourse.group/t/julia-fast-as-fortran-beautiful-as-python/1405/127
It would be a really big time-saver for someone encountering these codes for the first time if every code is written as a test that reports success or failure so...
For benchmarking purposes it would be useful to have a set of timing routines. Some examples of prior art include: * StopWatch by William F. Mitchell from NIST: https://math.nist.gov/StopWatch/ (mirror...