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
I think we should use a concrete type for the op state. It will eliminate the BTreeMap lookups and Rc clones.
There are cases where we put stuff in and out of the op state, but I think that can be part of the specified concrete type if someone needs that behaviour.
The text was updated successfully, but these errors were encountered:
I think we should use a concrete type for the op state. It will eliminate the BTreeMap lookups and Rc clones.
There are cases where we put stuff in and out of the op state, but I think that can be part of the specified concrete type if someone needs that behaviour.
The text was updated successfully, but these errors were encountered: