fftw icon indicating copy to clipboard operation
fftw copied to clipboard

Add support for importing and exporting wisdom files

Open SallySoul opened this issue 1 year ago • 1 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

I'll add this change to my fork, but if you would like I can open a PR here as well. https://github.com/SallySoul/fftw3-rs/pull/1

Also open to feedback if you get the chance.

SallySoul avatar Oct 10 '24 04:10 SallySoul