transientskp / pyse

Python Source Extractor
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Acceleration using sep #43

Closed HannoSpreeuw closed 1 year ago

HannoSpreeuw commented 1 year ago

I came to realize that the last commits to the acceleration_using_sep branch had nothing to do with sep as such, but with the use of guvectorize decorator from Numba, which resulted in a large speedup.

So perhaps this is the time to merge back into the more general accelerated branch and from there develop futher speedups. These next speedups will not involve any extra use of the sep libraries. That is why it will be fine to delete the acceleration_using_sep branch.