Comment on Show HN: Fast Monte Carlo Permutation Simulator in CComments−marmaduke12yYou could have stayed in Python and used PyOpenCL or Numba or weave inline or f2py or...What is the real reason to use C here?−chrisconleyOP12yInteresting, I'll have to take a look at those.The real reason is that it was just an idea that we came up with and decided to try it. It worked well, so we stuck with it. :)−sanskritabelt12y??? where did "f2py" come from in this list?
Comments
You could have stayed in Python and used PyOpenCL or Numba or weave inline or f2py or...
What is the real reason to use C here?
Interesting, I'll have to take a look at those.
The real reason is that it was just an idea that we came up with and decided to try it. It worked well, so we stuck with it. :)
??? where did "f2py" come from in this list?