We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ft_fix_before
Hi,
@RainerHeintzmann there is a couple of runtime dispatches because of type-instability.
See this:
FourierTools.jl/src/fourier_resizing.jl
Line 147 in 000735e
I think you probably should always return the FourierJoin type, otherwise it can't handle it.
FourierJoin
This causes actually some issues with slow packaging loading times.
The text was updated successfully, but these errors were encountered:
This affects also rft_pad, rft_fix_after.
rft_pad
rft_fix_after
Sorry, something went wrong.
I used this tool: https://aviatesk.github.io/JET.jl/stable/tutorial/
@report_opt ignored_modules=(AnyFrameModule(Base),) resample(x, (2,2))
Ok. Will see if I can fix this.
fixed by #30
No branches or pull requests
Hi,
@RainerHeintzmann there is a couple of runtime dispatches because of type-instability.
See this:
FourierTools.jl/src/fourier_resizing.jl
Line 147 in 000735e
I think you probably should always return the
FourierJoin
type, otherwise it can't handle it.This causes actually some issues with slow packaging loading times.
The text was updated successfully, but these errors were encountered: