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
Maybe replace QueuedOperationKind's Vec with ThinVec that keeps it's capacity and length in the allocation? This would reduce it's size and doubt it would have an impact on performance we don't generally check it's length without also accessing it's data.
The text was updated successfully, but these errors were encountered:
Maybe replace
QueuedOperationKind
'sVec
withThinVec
that keeps it's capacity and length in the allocation? This would reduce it's size and doubt it would have an impact on performance we don't generally check it's length without also accessing it's data.The text was updated successfully, but these errors were encountered: