in reply to How to split file for threading?
If you don't care which field the keyword is found in, why are you bothering to split the line?
It would be much faster to just test if the keyword appears in the whole line.
With respect to threading the application; where are the files located? Ie. local disk; local ssd; remotely?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to split file for threading?
by diyaz (Beadle) on Jun 23, 2015 at 14:46 UTC | |
by BrowserUk (Patriarch) on Jun 23, 2015 at 15:15 UTC | |
by diyaz (Beadle) on Jun 23, 2015 at 16:48 UTC | |
by BrowserUk (Patriarch) on Jun 23, 2015 at 19:14 UTC | |
by Anonymous Monk on Jun 23, 2015 at 19:16 UTC | |
| |
by marioroy (Prior) on Jun 26, 2015 at 17:22 UTC | |
by stevieb (Canon) on Jun 23, 2015 at 14:53 UTC | |
by afoken (Chancellor) on Jun 23, 2015 at 16:40 UTC | |
by diyaz (Beadle) on Jun 23, 2015 at 15:52 UTC |