You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commit comments