cosmo-ethz
cosmo-ethz
Thank for the input @esheldon. In this particular example the number of parameters to pass is of course reduced but on the other hand the equation becomes more difficult to...
Hi Pierre Thanks for contributing this. Nice idea with the Horner schema! I'm wondering how numba manages to squeeze out this additional factor of 4. As soon as I find...
Hi Joel, what is the reason for writing the c files in `native_cpp_gen` notebook ? The code looks similar to the code created by `hope` except some name differences....
@serge-sans-paille i've copy-pasted your code an got: `10000 loops, best of 3: 103 usec per loop` when I compile the c++ code that we provide in the benchmarks and then...
Admittedly, I have little experience with this combination (HOPE on debian & g++4.9). What are the timings you get for the C++ and the jitted PDF code? What are the...
@serge-sans-paille I was able to reproduce the behavior you see on an Ubuntu box. It seems like that the other benchmarks are doing alright and only the star-psf benchmark is...
Internally we are building on `setuptools` for the compilation bit. So it's all standardized and not completely hopeless... However, I never tried it and I also don't have any experience...
@eteq Thanks for pointing this out. I wasn’t aware of this hybrid function declaration (as of our target audience is probably neither). I also don’t fully understand what it does...
@eteq i’ve rerun the benchmark again but I don’t see the same speedup as you do. Which version of Python and Cython are you using for your tests? Ok, thanks....
@nparley That's a nice work around. I've just pushed a new version of the benchmarks, where we adapted the Cython code