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
Both FixedLengthTupleType and VariableLengthTupleType contain Vec<T> fields that we don't shrink before constructing a TupleTypeSpec (to my knowledge). This can result in increased memory usage because of the unused elements in those vecs.