Re: Hashes and memory consumption

2003-01-16 Thread Jenda Krynicky
From: Schoenwaelder Oliver <[EMAIL PROTECTED]> > I have some problems with a script using hashes. > I use hashes for years but never had this kind of problem before... I > have a ascii file with 6.5 MB of data. This file is tokenized by > Parse:Lex module. The tokens are then stored in a two level

Re: Hashes and memory consumption

2003-01-16 Thread david
Schoenwaelder Oliver wrote: > Hi list members, > > I have some problems with a script using hashes. > I use hashes for years but never had this kind of problem before... > I have a ascii file with 6.5 MB of data. This file is tokenized by > Parse:Lex module. i never use this module before so i d

Hashes and memory consumption

2003-01-16 Thread Schoenwaelder Oliver
Hi list members, I have some problems with a script using hashes. I use hashes for years but never had this kind of problem before... I have a ascii file with 6.5 MB of data. This file is tokenized by Parse:Lex module. The tokens are then stored in a two level hash: $TokenHash{$TokenType}->{$Token