Which is faster??

Posted by kaki on Stack Overflow See other posts from Stack Overflow or by kaki
Published on 2010-06-15T18:08:36Z Indexed on 2010/06/15 18:12 UTC
Read the original article Hit count: 251

Filed under:

is opening a large file once reading it completely once to list faster (or) opening smaller files whose total sum of size is equal to large file and loading smaller file into list manupalating one by one faster?

which is faster?? is the difference is time large enough to impact my program?? total time difference of lesser then of 30 sec is negligible for me

© Stack Overflow or respective owner

Related posts about python