JuliaMath / JuliaMath/AbstractFFTs.jl
Low Level Non Allocating API
Open
- Dominant language
- Julia
- Stars
- 134
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to have non allocating variants of the FFT functions.
```julia
vA = rand(ComplexF64, 1000);
@allocated fft!(vA)
```
I get some allocations (Using `FFTW.jl`).
It would be great to have a low level API which has no allocations at all.
It might require an auxiliary function to generate the needed workspace.
It will be appreciated in the context of static binaries generated by Julia.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.