HI,

I have ram around 8Gb and I want to read a file which is 16gb what is best way. 
I know I cant keep whole data in seq[] is there any alternate? Or it is better 
to read the data from file directly rather than reading it in seq and process. 
Also, is there a way such that I can keep 10% data in memory process it, while 
I am processing say this 10% data, another process reads another 10% and then I 
can read that data.

Reply via email to