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
Reader nodes do a significant amount of copying. This assumes that copying is light-weight. This is normally the case when using immer. However, there are situations where copying could be avoided. For example, a derived node could keep a reference to the current data, instead of a copy, when the lens or transducer is simply "accessing" a member.
The text was updated successfully, but these errors were encountered:
Reader nodes do a significant amount of copying. This assumes that copying is light-weight. This is normally the case when using immer. However, there are situations where copying could be avoided. For example, a derived node could keep a reference to the current data, instead of a copy, when the lens or transducer is simply "accessing" a member.
The text was updated successfully, but these errors were encountered: