Android Speed Woes
Mark Wieder
ahsoftware at sonic.net
Thu Aug 29 20:08:23 EDT 2019
On 8/29/19 4:40 PM, Dan Friedman via use-livecode wrote:
> Sean,
>
>>> Another test would be to see how fast it creates a variable with 10,000 characters using a repeat loop ...
>
> put "" into jones
> repeat 10000
> put "a" after jones
> end repeat
> put the milliseconds into m
> put jones into pFart
> put the milliseconds - m into m
> answer m
You really want to store the milliseconds *before* the repeat loop to
have any chance of seeing a difference.
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list