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
Currently it loops through every time step every time it's called. Can instead calculate it only when the segments change, and only from the changed segment until end of dive.
Could also defer the calculation until getCeilingError is called, and just invalidate the memoized copy when segments change.
The text was updated successfully, but these errors were encountered:
Currently it loops through every time step every time it's called. Can instead calculate it only when the segments change, and only from the changed segment until end of dive.
Could also defer the calculation until
getCeilingError
is called, and just invalidate the memoized copy when segments change.The text was updated successfully, but these errors were encountered: