Every time a comparison operator goes out in a serial scalar operation, it takes so long that it is because the element-by-element operation is redundant, launching the elements one by one and scaling as many times as there are elements in the series. Operations are now only applied once to the entire series and when scaling.
Hierarchical clauses were too slow, rather than using combine in the application of the hierarchical function. Now the combine is only applied based on a mask.
Every time a comparison operator goes out in a serial scalar operation, it takes so long that it is because the element-by-element operation is redundant, launching the elements one by one and scaling as many times as there are elements in the series. Operations are now only applied once to the entire series and when scaling.
Hierarchical clauses were too slow, rather than using combine in the application of the hierarchical function. Now the combine is only applied based on a mask.