scikit-hep / probfit

Cost function builder. For fitting distributions.
http://probfit.readthedocs.io/
MIT License
51 stars 30 forks source link

Performance check #34

Closed piti118 closed 3 years ago

piti118 commented 11 years ago

I tried the new version with my old analysis code and it seems to be much slower than before. Need to check what happen.

piti118 commented 11 years ago

This is most likely due to method lookup in integrate1d. Need to add mechanism variables to ignore/override method look up so we can use cache value or the look up.

cdeil commented 8 years ago

@piti118 - Close this old issue? Or can you give more info as to what the issue might be?

eduardo-rodrigues commented 4 years ago

@HDembinski , shall this issue be simply closed at this stage? Seems fair, especially that this package is presently in maintenance mode.

eduardo-rodrigues commented 3 years ago

Closing this issue since the package is in maintenance mode and clearly nobody is working on performance, at which point one would anyway move away from Cython.