Weird performance issue

Craig Newman craig at starfirelighting.com
Fri Sep 23 09:45:10 EDT 2022


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 at 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



More information about the use-livecode mailing list