On Wed, Oct 31, 2001 at 09:17:42PM -0500, [EMAIL PROTECTED] wrote: > just how much of an improvement would I see > if I convert the object over to a blessed array? > are arrays significantly faster than hashes > or just marginally faster?
The 'perltoot' man page talks about this, it puts the performance advantage of arrays over hashes to no more than 10 or 15 percent. -- Jason
