So I have a \"large\" number of \"very large\" ASCII files of numerical data (gigabytes altogether), and my program will need to process the entirety of it sequentially at l
If your numerical data is regularly sampled and you need to do random access consider to store them in a quadtree.