> The conditional testing indeed speeds things up.

store.saveTiddler(...) invokes store.notify(), which causes redraw
handling to be triggered.

You can prevent redraw handling from occurring during the loop by
invoking
   store.suspendNotifications();
before the loop, and then invoking
   store.resumeNotifications();
   store.notifyAll();
after the loop.

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to