|
-
July 24th, 2009, 08:04 AM
#15
Re: Help parsing gigantic text files (64 MB+ )
I do read the entire file in line by line, and store it in a list, line by line. I then run that list against another list of RegExs. Currently it is still slow, although faster then before. Mostly when I have a RegEx where I want it to match Alpha, but not Beta.
IE:
"Blah Blah Alpha foo loo" - match
"Blah Alpha Foo Loo Doo Beta Zoo" - no match.
Those are still slow.
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
|