M
Marty
Hi,
I have a file that contain 100K lines. I want to charge all these lines
to my application memory. I've been using a StreamReader object to read
line by line and process to my app memory, but it is so slow, more than
1.5 min.
How can I speed it up? Does passing from .TXT to XML would make the
transfer faster?
Any idea would be appreciated.
Thanks
Marty
I have a file that contain 100K lines. I want to charge all these lines
to my application memory. I've been using a StreamReader object to read
line by line and process to my app memory, but it is so slow, more than
1.5 min.
How can I speed it up? Does passing from .TXT to XML would make the
transfer faster?
Any idea would be appreciated.
Thanks
Marty