fftw icon indicating copy to clipboard operation
fftw copied to clipboard

Add support for importing and exporting wisdom files

Open SallySoul opened this issue 5 months ago • 0 comments

First, I would be interested in submitting a PR for this, but I wanted to get feedback first.

For reference, FFTW3 can save and later load accumulated wisdom about optimal plans it has found.

The symbols I'd want to add are a subset of import and export. In particular importing and exporting to a filename.

The fftw-sys crate already exports these symbols, so it would be a matter of adding them to the fftw crate proper. Perhaps to a util or wisdom module?

SallySoul avatar Sep 24 '24 03:09 SallySoul