You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's nothing planned as such, but I think I should at least do a profiling / benchmarking of all the code. Currently the largest bottleneck is the spline interpolation. I don't think that can be made faster with Cython, since I'm using scipy.iterpolate.iterp1d
However, yes, there are many other things that can be sped up. Let me do a proper profiling of the code first.
This is a simple line by line performance profiling of the module. There are clearly some avoidable bottlenecks. I'll check them out when over the weekend. profresults.txt
Just curious if there're any plan to rewrite some module in Cython?
The text was updated successfully, but these errors were encountered: