in reply to grepping a large file and stopping on first match to a list
If this is a relatively stable corpus of some kind, then there are any number of things you could do - use the commandline grep, throw it in SQLite/MySQL - or even better, Sphinx.
Once you do this, any suggestion you use in this discussion for efficiency in the Perl script itself will work even better for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: grepping a large file and stopping on first match to a list
by msh210 (Monk) on Feb 23, 2016 at 17:03 UTC |