FastDoubleParser icon indicating copy to clipboard operation
FastDoubleParser copied to clipboard

Introduction caching FFT of powers of ten.

Open xtonik opened this issue 2 years ago • 0 comments

Caching FFT of powers of ten improves performance as they can be reused during computation.

Some memory is wasted as the cache is permanent, but the same situation stands with existing cache of powers of ten or roots of unity.

More comprehensive solution should be considered allowing user to control the cache - what to store, how long, forcing flush etc.

xtonik avatar Jun 07 '23 18:06 xtonik