swharden/FftSharp

drop numerics

swharden opened this issue ยท 1 comments

I think we should switch to a custom Complex object after all. It can be a struct with mutable values. System.Numerics.Complex is immutable ๐Ÿ’€

immutability doesn't make sense in recycled buffer conditions where performance is paramount

cover this in #8