in reply to Re: how to parse large files
in thread how to parse large files
The bottleneck's largely IO. If it were up to me, I would start by running a simple test with the time utility to see how much of the execution time went to executing the program versus waiting on IO and then decide whether it's worth profiling the code.
|
|---|