arximboldi/lager

Avoid copying when deriving a node to simply access a member

arximboldi opened this issue · 0 comments

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.