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.
I came to realize that the last commits to the
acceleration_using_sep
branch had nothing to do withsep
as such, but with the use ofguvectorize
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 thesep
libraries. That is why it will be fine to delete theacceleration_using_sep
branch.