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
If a Vector is compared to another Vector (or some other collection that efficiently implements length and apply) then we should prefer that mechanism, with a default/fallback to the existing iterator mechanism
This issue was inspired by an observed issue in a production application
We should include a benchmark in any fix
The text was updated successfully, but these errors were encountered:
If a Vector is compared to another Vector (or some other collection that efficiently implements length and apply) then we should prefer that mechanism, with a default/fallback to the existing iterator mechanism
This issue was inspired by an observed issue in a production application
We should include a benchmark in any fix
The text was updated successfully, but these errors were encountered: