best(fastest) way to send and get lists from files

Abrahams, Max Max_Abrahams at brown.edu
Thu Jan 31 14:34:48 EST 2008


I've looked into pickle, dump, load, save, readlines(), etc.

Which is the best method? Fastest? My lists tend to be around a thousand to a million items.

Binary and text files are both okay, text would be preferred in general unless there's a significant speed boost from something binary.

thanks



More information about the Python-list mailing list