string arrays

From: B McInnes (btmcinnes_at_yahoo.com)
Date: 10/15/03


Date: 14 Oct 2003 19:55:26 -0700

Hello, I am trying to store approximately 50- 100 million variable
length strings into an array and of course this is not working due to
memory constraints. I have converted the strings to unique integers
and then stored the integers in a vec which lets me store about 60
million before I run out of memory. My question is: has anyone else
run into this problem and how did you solve it?

Thanks!



Relevant Pages

  • Re: string arrays
    ... >> length strings into an array and of course this is not working due to ... >> memory constraints. ... I have heard of PDL but I was under the impression that was ...
    (comp.lang.perl)
  • Re: string arrays
    ... B McInnes wrote: ... > length strings into an array and of course this is not working due to ... > memory constraints. ...
    (comp.lang.perl)