garrettj403/CZT

Create benchmark to find fastest t_method

garrettj403 opened this issue · 2 comments

czt has several different options for t_method. These methods should be compared via a benchmark to find the fastest option, which should then become the default.

There you go. method="mm" raises a MemoryError if array-size is too large, so don't get confused by the drop in computation time there. I did not test the f_method="fast" because of all the warnings about not working correctly.
czt

Thanks @LarsHuebner-LHNW

I didn't see your comment in time, so I created my own simple benchmark (see 1066414). I also found that t_method='scipy' is the fastest option.

I changed the default t_method to 'scipy' in 5009cdb.