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
Right now, when passing a tuple to DispatchedTuple/DispatchedSet, we store the entire tuple, but since DispatchedTuple kind of compresses the values (into a single tuple), we could compress the storage of the keys.
The text was updated successfully, but these errors were encountered:
Right now, when passing a tuple to
DispatchedTuple
/DispatchedSet
, we store the entire tuple, but sinceDispatchedTuple
kind of compresses the values (into a single tuple), we could compress the storage of the keys.The text was updated successfully, but these errors were encountered: