I have a file containing a line with a large number of floats. I want to seperate those numbers in lines but without loading this huge file into memory.
For example, I want to parse from the 3rd to 15th float and save it as a row in a 2-D matrix.
Any clue?
All the examples are related to read the whole line, but in my case this is out of memory