Phillip J. Eby wrote:

So, it may be that if "eager" typechecking were just done for value attributes, it would have no net performance impact in practice, because only one check would be occurring whether it's done at assignment time or commit time.

except that commits often happen after all the changes happen - meaning that they don't interfere with updating of the UI. So while the net time on the clock might be the same from the beginning to the end of a given set of tasks, the perceived time might be much quicker if the commit happens later.

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev

Reply via email to