Mark,

I am now running this script to test the speed:

on mouseUp
   put the milliseconds into tS
   repeat 100 times
      send "displayData 1" to group “myTable"
   end repeat
   put the milliseconds - ts into fld "result"
   beep
end mouseUp

Your last effort averaged over three attempts was 4782 ms when compared to my 
original of 4841 ms resulting in a saving of  1.22%.

I am sure there are more scientific ways to do this kind of testing but I think 
it’s near enough for me.

To me, the result would suggest there is not much more we can do with the basic 
script to speed things up?


All the best

Terry

On 10 Mar 2014, at 20:41, Mark Schonewille <m.schonewi...@economy-x-talk.com> 
wrote:

> Keep us posted. I'm really curious which solution appears to be significantly 
> faster.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to