B
Buddhist[CHinA]
The text files are not only the .txt files, but also all ascii files.
Thx.
Thx.
That is in fact the only method I know as well, you can probably slightlyO, what I described was a little confusing and didn't make sense.
Actually, I want to ask how to searh a string in lots of text files
quickly.
I implemented this by using System.IO(directory and file), read each line
and checked whether there was string desired, then recorded line numbers.
But its performance is very low, especially while processing lots of
files.
So I am doubting whether directly using System.IO can meet my performance
requirement. Do I need to do many optimization by myself? And how?