From: "Jesús Gabriel y Galán" Date: 2007-10-24T00:44:40+09:00 Subject: Re: pop/push, shift/unshift On 10/23/07, Bob Hutchison wrote: > I just wrote a little test script. It looks as though push will > cleanup the empty space left by shift. So your queue should be okay > on *average* either way you implement it. Though you'll be growing > the array until push is called (and at the same time there will be > invisible references to objects)... generally working but with > potentially subtle bugginess. Thanks, it's good to know. Kind regards, Jesus.