Skip to content

v0.3.0: Purity refactor

Compare
Choose a tag to compare
@szaghi szaghi released this 02 May 14:56
· 67 commits to master since this release
Purity refactor:

> all math-operators return real array, all math-operators are **pure**
functions.

Why:

+ completely avoid memory leaks;
+ boost performance;
+ parallel-ready.

This change addresses the need by:

+ eliminate all polymorphic, non pure function results.

Side effects:

It could be not fully backward compatible, however it seems quite so.