Tagged Questions
3
votes
2answers
1k views
Python class to merge sorted files, how can this be improved?
Background:
I'm cleaning large (cannot be held in memory) tab-delimited files. As I clean the input file, I build up a list in memory; when it gets to 1,000,000 entries (about 1GB in memory) I sort ...