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
This shaves off about 20% of our maximum heap usage in my tests
when loading many animations. There are other places where we
collect into a Result, but since those vectors are smaller they
make less of a difference.
See rust-lang/rust#48994.
Also did some readability edits nearby.
0 commit comments