NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

Adv Vis - MATLAB replaced code: RepMat slowdown #101

Closed BradSchoenrock closed 6 years ago

BradSchoenrock commented 6 years ago

In order to replace the repmat functionality i have triply nested loops which have a dramatic slowdown effect. This can cause the container to act like it is frozen but if you wait long enough it will recover.

BradSchoenrock commented 6 years ago

sped this up considerably, more work can be done to theoretically make it faster, but it no longer is noticeable.

BradSchoenrock commented 6 years ago

This handled in two ways where the numerical integration index was lowered (the integration was being unnecessarily precise given other error sources) and the third loop was removed and replaced with Labview native array operations.