Performance: (Unreduced)ComposedVarying should parentbind only once
Closed this issue · 1 comments
issa-tseng commented
Right now we bind to parent for each time bind is invoked. This is theoretically not necessary, though some things around how the mapping function is applied will have to be adjusted.
issa-tseng commented
never mind, this isn't true. it only binds when refcount is zero.