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
perf: Use Vec::with_capacity in cast_to_run_end_encoded (#8726)
Related to #8707.
Inspired by
#8716 (comment), a
follow up improvement to #8589: We already know what the length of the
two vectors will be, so we can create them with that capacity.
0 commit comments