Commit 753967b
committed
Merge tag 'v0.3.0' into develop
Purity refactor
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.0 file changed
0 commit comments