hello,

I am implementing a queue, using shift and push to put and remove elements
from an array.
The problem is that I don't know how Perl will manage the memory.
Do you have experiences on such arrays after a big number of shift/push?
Will Perl reallocate former used memory (relased from the shift) to next
elements (from the push)?
Don't you think it could lead to some memory leaks after some time?
Do you think using pop/unshift in stead of shift/push would make any
difference ?

Thank you in advance.
Thomas

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to