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
Would it make sense to pre-allocate this HashSet with a capacity of the sum of input_native_tokens.len() and output_native_tokens.len() so this doesn't ever have to re-allocate?
#1332
Would it make sense to pre-allocate this HashSet with a capacity of the sum of input_native_tokens.len() and output_native_tokens.len() so this doesn't ever have to re-allocate?
Would it make sense to pre-allocate this
HashSet
with a capacity of the sum ofinput_native_tokens.len()
andoutput_native_tokens.len()
so this doesn't ever have to re-allocate?Originally posted by @Alex6323 in #1331 (comment)
The text was updated successfully, but these errors were encountered: