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
It currently returns IEnumerable, which has a virtual call. We can make it much faster by writing a value type state machine (foreach does not force IEnumerable).
The text was updated successfully, but these errors were encountered:
It currently returns
IEnumerable
, which has a virtual call. We can make it much faster by writing a value type state machine (foreach
does not forceIEnumerable
).The text was updated successfully, but these errors were encountered: