in reply to Optimising a search of several thousand files
If the individual files are of modest size (for some suitable definition of "modest") then slurping the file and using index to search for 'McDarren' may provide a useful speed improvement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Optimising a search of several thousand files
by McDarren (Abbot) on Jan 29, 2007 at 05:46 UTC | |
by GrandFather (Saint) on Jan 29, 2007 at 08:50 UTC | |
by McDarren (Abbot) on Jan 29, 2007 at 09:33 UTC | |
by glasswalk3r (Friar) on Jan 29, 2007 at 13:05 UTC |