Is there a faster way to parse through a large file with regex quickly?
- by Ray Eatmon
Problem:
Very very, large file I need to parse line by line to get 3 values from each line. Everything works but it takes a long time to parse through the whole file. Is it possible to do this within seconds? Typical time its taking is between 1 minute and 2 minutes.
Example file size is 148,208KB
I am using regex to parse through every line:
…