Mark,
put the milliseconds into m
put "" into jones
repeat 10000
put "a" after jones
end repeat
put jones into pFart
put the milliseconds - m into m
answer m
iMac = 1
Moto G5 = 16
Moto G6 = 10
iPhone X = 7
-Dan
On 8/29/19, 5:09 PM, "use-livecode on behalf of Mark Wieder via use-livecode"
<[email protected] on behalf of
[email protected]> wrote:
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
[email protected]
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode