[Boston.pm] Max hash key length

2004-12-27 Thread Palit, Nilanjan
I wanted to know if there are any limitations to the max key length used for hashes in Perl. Also, what are the performance implications, if any, of using long keys? I have an application that needs key lengths in the range of ~1000, but with relatively limited numbers of keys (few to low tens of

Re: [Boston.pm] Max hash key length

2004-12-27 Thread Ben Tilly
On Mon, 27 Dec 2004 16:36:38 -0800, Palit, Nilanjan [EMAIL PROTECTED] wrote: I wanted to know if there are any limitations to the max key length used for hashes in Perl. Also, what are the performance implications, if any, of using long keys? I have an application that needs key lengths in the

Re: [Boston.pm] Max hash key length

2004-12-27 Thread Tom Metro
Palit, Nilanjan wrote: I have an application that needs key lengths in the range of ~1000, but with relatively limited numbers of keys (few to low tens of thousands). If you are concerned about the performance impact of long keys, and your application fits a write-once, read-many model, then you