Reputation: 17035
Im using C++ to read large files with over 30000 lines and 3000 colums. (30000 x 3000) matrix. im using a 2d vector to push the read data. But i need to do this process a couple of times. Is there any way to optimize the reading process?
Upvotes: 4
Views: 941
Reputation: 24766
I Will give you some ideas but not exact solution. Because I do not know full details of your system.
Upvotes: 2