I have a file with the structure like so: http://gamedev.pastebin.com/8iESYTVY
but it's much bigger in size, 233MB, how can I read blocks of lines, enough lines to
represent 10MB, into memory so I won't have to read in the whole file?
I have a file with the structure like so: http://gamedev.pastebin.com/8iESYTVY
but it's much bigger in size, 233MB, how can I read blocks of lines, enough lines to
represent 10MB, into memory so I won't have to read in the whole file?