Hi there,

I was wondering if there's a way to speedup loadtxt/savetxt for big 
arrays? So far, I'm plainly using something like this::

    file = open("array.txt","w")
    a = np.loadtxt(file)
    file.close()

However, since my files are pretty big (~200M), that's taking a long 
time... Perhaps there's a way to speed things up?

Thanks a lot for your insight,

Andreas.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to