in reply to Re^3: How to optimize a regex on a large file read line by line ?
in thread How to optimize a regex on a large file read line by line ?

Yes, that is likely to happen when slurping a chunk. MCE handles that automatically by reading till the end of line.

  • Comment on Re^4: How to optimize a regex on a large file read line by line ?