On Wed, Oct 31, 2001 at 09:17:42PM -0500, [EMAIL PROTECTED] wrote: > are arrays significantly faster than hashes > or just marginally faster?
Probably somewhat faster. (not to answer your question...:) > I don't want to convert and find out arrays > aren't that much better than hashes. > > The hash keys are fixed, so that isn't a problem. Then it should be trivial to convert, rerun your test, and convert back if the gain isn't worth the obfuscation. -John
