Bindings & multi-update performance testing
kyleve opened this issue · 0 comments
kyleve commented
One of the reasons for the Binding APIs is for updating individual items when they change, versus having to diff and reload the entire table – which can be expensive for large lists. Need to do performance testing to see how and when this gets slow, and if it warrants keeping the bindings API around or not.