From: Jesse M. <j.L...@gm...> - 2008-01-17 18:33:07
|
All, I'm looking for an efficient way to create a large dummy file in jython. It'll need to be created and filled with about 10 MB of (arbitrary - preferably text) data all at once. Obviously using a for loop and calling PyFile.write("a") ten million times is a bad idea memory wise... any suggestions? Thanks! -Jesse |