Android Speed Woes

Dan Friedman dan at clearvisiontech.com
Thu Aug 29 20:15:17 EDT 2019


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" <use-livecode-bounces at lists.runrev.com on behalf of use-livecode at lists.runrev.com> 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
      ahsoftware at gmail.com
    
    _______________________________________________
    use-livecode mailing list
    use-livecode at lists.runrev.com
    Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
    http://lists.runrev.com/mailman/listinfo/use-livecode
    



More information about the use-livecode mailing list