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
Problem:
- Events::extend manually called Vec::push for each element of the
provided iterator.
- This can potentially be an expensive.
Solution:
- Use Vec::extend over a Vec::push for loop.
0 commit comments