Added the "sync" method to ViewableList for optimized list updates.
Normally with a list you don't care about batch modifications and can recreate a list from new elements, but for a viewable list you generate an event on every change, and it may be costly in some cases to process them all. With the sync method you may receive only significant change events.
Added the "sync" method to ViewableList for optimized list updates.
Normally with a list you don't care about batch modifications and can recreate a list from new elements, but for a viewable list you generate an event on every change, and it may be costly in some cases to process them all. With the sync method you may receive only significant change events.