Geoff.

I get over 5 seconds for the “revNavigatior”

So I modified your handler just a bit, to only a

But “revNaviigator” does not appear on that list. So there must be a longer 
pathway for LC to find a stack that certainly must be in memory, but that does 
not appear in the “stacks” list?

Craig

> On Sep 22, 2022, at 3:58 PM, Geoff Canyon via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> put the long seconds into T
> repeat 10000
>      get there is a card 1 of stack "untitled 1"
>      --get there is a card 1 of stack "revnavigator"
> end repeat
> put the long seconds - T into T
> put T
> -- puts 0.005 or so
> 
> put the long seconds into T
> repeat 10000
>      --get there is a card 1 of stack "untitled 1"
>      get there is a card 1 of stack "revnavigator"
> end repeat
> put the long seconds - T into T
> put T
> -- puts 1.2

_______________________________________________
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