Re: too much memory use

2007-05-24 Thread Tim Roberts
rohit <[EMAIL PROTECTED]> wrote: > >i am making a program for desktop search. >in order to make it more effective im implementing the records in the >form of a tree(files starting with 'a','b','c'have different >trees ..so 26 trees in all) in memory and writing it down in file. >the max size fi

Re: too much memory use

2007-05-22 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, rohit wrote: > i am making a program for desktop search. > in order to make it more effective im implementing the records in the > form of a tree(files starting with 'a','b','c'have different > trees ..so 26 trees in all) in memory and writing it down in file. > the max

too much memory use

2007-05-22 Thread rohit
hi , i am making a program for desktop search. in order to make it more effective im implementing the records in the form of a tree(files starting with 'a','b','c'have different trees ..so 26 trees in all) in memory and writing it down in file. the max size file has 16000 records...now to imple