Re: metacard digest, Vol 1 #23 - 4 msgs

2001-12-06 Thread Ray G Miller

 Shari wrote:

 I've written the code five different ways looking to increase the
 speed, as it just crawled.

 And each time it just got slower.

 I found the culprit, and I do not understand it...

 lock screen

 Taking out that one line (it wasn't in a repeat loop or anything)
 increased the speed megafold.--

Yep, I noticed the same. I've been commenting all lock screen and set
the stack to alwaysBuffer


Ray G. Miller
---
Turtlelips Productions
4009 Everett Ave.
Oakland, CA 94602
MailTo:[EMAIL PROTECTED]
(V) 510.530.1971
(F) 510.482.3491


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: metacard digest, Vol 1 #23 - 4 msgs

2001-12-06 Thread Phil Davis

Some of the other locks can help with speed too:

  - the lockMessages is a big one, if you don't
need subsequent messages to be handled

  - the lockRecent can help some if your stack
navigation isn't built on relative card
positions (next cd, prev cd)

Check out the Properties intro card in the
Metatalk Ref for other locks.

Food for thought...

Phil Davis


- Original Message -
From: Ray G Miller [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 06, 2001 2:42 PM
Subject: Re: metacard digest, Vol 1 #23 - 4 msgs


  Shari wrote:

  I've written the code five different ways looking to increase the
  speed, as it just crawled.
 
  And each time it just got slower.
 
  I found the culprit, and I do not understand it...
 
  lock screen
 
  Taking out that one line (it wasn't in a repeat loop or anything)
  increased the speed megafold.--

 Yep, I noticed the same. I've been commenting all lock screen and
set
 the stack to alwaysBuffer


 Ray G. Miller
 ---
 Turtlelips Productions
 4009 Everett Ave.
 Oakland, CA 94602
 MailTo:[EMAIL PROTECTED]
 (V) 510.530.1971
 (F) 510.482.3491


 ___
 metacard mailing list
 [EMAIL PROTECTED]
 http://lists.runrev.com/mailman/listinfo/metacard


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard