string arrays
From: B McInnes (btmcinnes_at_yahoo.com)
Date: 10/15/03
- Next message: Steve Grazzini: "Re: question on inverting text -> txet"
- Previous message: Gunnar Hjalmarsson: "Re: remove all html tags by perl"
- Next in thread: Steve Grazzini: "Re: string arrays"
- Reply: Steve Grazzini: "Re: string arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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!
- Next message: Steve Grazzini: "Re: question on inverting text -> txet"
- Previous message: Gunnar Hjalmarsson: "Re: remove all html tags by perl"
- Next in thread: Steve Grazzini: "Re: string arrays"
- Reply: Steve Grazzini: "Re: string arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|