How pickle helps in reading huge files?

Stephane Wirtel stephane at wirtel.be
Wed Oct 16 03:05:42 EDT 2013


Keep it in memory 

> On 16 oct. 2013, at 08:55 AM, Harsh Jha <harshjha2006 at gmail.com> wrote:
> 
> I've a huge csv file and I want to read stuff from it again and again. Is it useful to pickle it and keep and then unpickle it whenever I need to use that data? Is it faster that accessing that file simply by opening it again and again? Please explain, why?
> 
> Thank you.
> -- 
> https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list