|
-
October 25th, 2012, 03:24 PM
#1
Parsing Text Files Asyncronously
Have an application that needs to read and analyse numerous text files. Each file will only be about the length of a chapter in a book. I am using StreamReader to load the text. Each text will be read in a separate thread.
Would it be faster to load each file to the end, then analyse; or load and analyse line by line?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|