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
Return iterators instead of vectors in the datafacade_base function as it will be faster to return the iterators instead of making new copies of the vectors and returning those.
Return iterators instead of vectors in the datafacade_base function as it will be faster to return the iterators instead of making new copies of the vectors and returning those.
For example in #4876, the number of times that
GetUncompressedForwardDurations
andGetUncompressedReverseDurations
get called increases by a large number and in order to ensure that it doesn't become a bottleneck, doing the above would be very helpful.The text was updated successfully, but these errors were encountered: