I have a fixed width text file that is 6+ million records that are over 900 characters per line long.
I also have another match file that I am reading into a dictionary object which is also fixed width.
I read through the text file and then check to see if a value (key) exists in the dictionary and then append the item data an write the record out.
What can I do to speed up the reading/writing process?
Thanks.
Swi
I also have another match file that I am reading into a dictionary object which is also fixed width.
I read through the text file and then check to see if a value (key) exists in the dictionary and then append the item data an write the record out.
What can I do to speed up the reading/writing process?
Thanks.
Swi