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 ?

> Grep and egrep run slow on the Mac and do not know why.

you have optimized the chunk-size in your script manually, probably those tools where compiled with hardcoded chunk-sizes which are not optimal any more.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

update

This was my 5000 th post, time to retire....

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