You don't define what you mean by "a lot". Python can read
a tremendous amount of information from files in a very short
amount of time so I wouldn't try to prematurely optimize this.
Just read the information and see how long it takes. If it
is really a long time, then look for alternatives. It
Enrique Palomo Jiménez wrote:
> Hi all,
>
> I'm writing an application who needs to handle a lot of information of
> several files.
> So, i think the better way is design a batch process to catch that
> information in a dictionary and write it in a file.
> So, after that when a user wants to ret