|
-
Jul 15th, 2006, 02:05 PM
#1
Thread Starter
Frenzied Member
Handle large text file superfast
Hi all,
I have a large text file like 50000 lines (minimum). My program reads this file and do some modification in each line and write it to another text file.
That's what I do?
Normally if the text file has only 100 lines then it takes only 2 seconds to process it. But if the file is large then it takes even 10 seconds to process each 100 lines.
How to fix this issues? I need to keep the process time as 2 seconds for each 100 lines for any number of lines.
show me the best way to do this.
Thanks in advance.
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
|