kotlin-multiplatform-bignum icon indicating copy to clipboard operation
kotlin-multiplatform-bignum copied to clipboard

Implement Fast Fourier Multiplication

Open ionspin opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe. Implement FFT multiplication to speed up the library.

Describe the solution you'd like Implement FFT multiplication algorithm

Describe alternatives you've considered Not implementing FFT.

ionspin avatar Oct 15 '19 18:10 ionspin

This requires much more time than I have to invest currently. If there is demand for this particular improvement, I might speed it up, until then, let's keep it unscheduled.

ionspin avatar Jul 27 '20 17:07 ionspin