![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^3: Is there a definitive module for efficiently searching a collection of text files?by Marshall (Canon) |
on Mar 20, 2025 at 23:41 UTC ( [id://11164343]=note: print w/replies, xml ) | Need Help?? |
You said: "I'm only dealing with a few hundred files at most." I would forget about optimizing. Do what is the easiest thing for you to implement. I think you are looking at well less than a minute, maybe even just some ten's of seconds. Also, since these are only relatively small text files (software source), the file will probably be in disk cache if you need to read it again.
In Section
Seekers of Perl Wisdom
|
|