[EMAIL PROTECTED] schrieb:
> as i understand there are two ways to write data to a file: using
> f.write("foo") and print >>f, "foo".
> what i want to know is which one is faster (if there is any difference
> in speed) since i'm working with very large files. of course, if there
> is any other way to write data to a file, i'd love to hear about it

You should look at the mmap-module.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to