neutronimaging / imagingsuite

Sources for imaging related tools
GNU General Public License v3.0
18 stars 11 forks source link

Tune wavelet transform #330

Open anderskaestner opened 5 years ago

anderskaestner commented 5 years ago

Look into how the wavelet transform can be optimized for speed. Duplicates issue #38.

anderskaestner commented 3 years ago

The fftw3 library is not thread-safe only the execute functions are. The initialization needs guarded regions.