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
Optimize StateAsOfIterF, StateAsOfIterDB, DomainLatestIterFile method Next() to not do common.Copy
Write unit-test for next invariant: value returned from Next() must be valid until next 2 Next() calls.
In-theory such invariant is enough to survive multiple stream.Unionstream.Intersect compositions
The text was updated successfully, but these errors were encountered:
Optimize
StateAsOfIterF
,StateAsOfIterDB
,DomainLatestIterFile
methodNext()
to not docommon.Copy
Write unit-test for next invariant: value returned from
Next()
must be valid until next 2Next()
calls.In-theory such invariant is enough to survive multiple
stream.Union
stream.Intersect
compositionsThe text was updated successfully, but these errors were encountered: