MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

🗑️ Drop the Cython implementation of the Hermite functions #22

Closed MothNik closed 3 months ago

MothNik commented 3 months ago

Only the Cython-multithreaded version of the Hermite functions offers a benefit over Numba, but using OPENMP with CI build tools seems to be tricky.

To keep the packaging complexity low, the Cython implementation will be dropped for now in favour of Numba being fast enough when used single core.

EX-03-HermiteFunctionsPerformance