Skip to content
Prev 83155 / 398506 Next

Reading in large file in pieces

On Thu, 22 Dec 2005, Sean Davis wrote:

            
On any reasonable OS (you have not told us yours), it will make no 
difference as the file reads will be buffered.  Assuming you are doing 
something like opening a connection and calling readLines(n=1), of course.