I am noticing something odd – making changes to a C++ model takes as much time to update the UI representation of the model as entirely resetting the model.
This leads me to assume model / view updating is not really optimized and does all the work every time there is a change instead of just track and update the changes only.
Can perhaps someone shed some light on the subject?
↧