I am preparing kmath for release and wrapping the ...
# mathematics
a
I am preparing kmath for release and wrapping the loose ends. After a bit of optimization, I've got complex buffer and nd-structure performance on par with primitive double structure. Which means no boxing. Currently complex variant is working only on JVM since it uses
DoubleBuffer
which is not fully ported to kotlinx-io.
🎉 1