Nicko <[EMAIL PROTECTED]> writes:
>     # The next line is order O(n) in the number of chunks
>     (line, fileindex) = min(mergechunks)

You should use the heapq module to make this operation O(log n) instead.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to