RE: Array + memory usage

2003-06-19 Thread Hal Daume
L PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of mies > Sent: Thursday, June 19, 2003 2:11 AM > To: [EMAIL PROTECTED] > Subject: Array + memory usage > > > Hello, i'm a haskell newbie, and i'm trying to use arrays for > counting > letters. But when I in

Re: Array + memory usage

2003-06-19 Thread Tomasz Zielonka
On Thu, Jun 19, 2003 at 11:11:00AM +0200, mies wrote: > Hello, i'm a haskell newbie, and i'm trying to use arrays for counting > letters. But when I input a textfile of lets say 100KB the program uses > 75 M of memory, and I really don;t have a clue where the problem could > be. I have searched

Array + memory usage

2003-06-19 Thread mies
Hello, i'm a haskell newbie, and i'm trying to use arrays for counting letters. But when I input a textfile of lets say 100KB the program uses 75 M of memory, and I really don;t have a clue where the problem could be. I have searched many topics here but I didn't find a solution. I have made an