In article <[email protected]>, Ayushi Dalmia <[email protected]> wrote:
> Which is more fast? > Creating a 200 Mb string and then dumping into a file or dividing the 200 Mb > string into chunks and then writing those chunks. Won't writing the chunks > call more i/o operation? This sounds like a simple experiment to try. Write it both ways, time each one, and report your results back to the group. -- https://mail.python.org/mailman/listinfo/python-list
