Hi there, I am still in the process of writing the Haskell binding, it seems to be working now and I have bound every function in include/ffts.h. At this point in time it all seems to work but that is only half the battle; I want to know how fast it is as well so it is time for Benchmarking.
Hi there, I am still in the process of writing the Haskell binding, it seems to be working now and I have bound every function in include/ffts.h. At this point in time it all seems to work but that is only half the battle; I want to know how fast it is as well so it is time for Benchmarking.
I have started writing the benchmarking and you can view the code that I have written or you can just review the interesting results I have so far:
That seems pretty good but I don't know how to compare it with the benchmarks that you already seem to have written. So my questions are:
Thankyou for your time.