[Tutor] Load Entire File into memory

Amal Thomas amalthomas111 at gmail.com
Mon Nov 4 17:34:46 CET 2013


@Joel: The code runs for weeks..input file which I have to process in very
huge(in 50 gbs). So its not a matter of hours.its matter of days and
weeks..I was using C++. Recently I switched over to Python. I am trying to
optimize my code to get the outputs in less time and memory efficiently.


On Mon, Nov 4, 2013 at 9:57 PM, Joel Goldstick <joel.goldstick at gmail.com>wrote:

>
>
>
> If you are new to python why are you so concerned about the speed of
> your code.  You never say how long it takes.  Do these files take
> hours to process? or minutes or seconds?    I suggest you write your
> code in a way that is clear and understandable, then try to optimize
> it if necessary.
>
>

-- 


*AMAL THOMAS*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20131104/49643bb4/attachment.html>


More information about the Tutor mailing list