From: James Edward Gray II Date: 2006-11-30T03:36:45+09:00 Subject: Re: Splitting a CSV file into 40,000 line chunks On Nov 29, 2006, at 12:10 PM, Drew Olson wrote: > Speaking of performance, using the code I've described seemed to be > quite slow. This is understandable based on the fact that the input > file > has 1 million+ records, however I was wondering if I would see > performance gain by using File objects as opposed to CSV objects. > Also, > any other tips on increasing the performance of this code would be > helpful. CSV is known to be pretty slow, thus FasterCSV. ;) James Edward Gray II