Database in a simple ascii file
Rafael Mentz Aquino
pythonlist at zumnet.com.br
Wed Nov 28 05:50:07 EST 2001
More information about the Python-list mailing list
Wed Nov 28 05:50:07 EST 2001
- Previous message (by thread): Database in a simple ascii file
- Next message (by thread): Database in a simple ascii file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, How many lines can I have in a simple ascii file before I start to loose performance when I open this file and put all the lines in a dict, turning the first column into the key and the rest of the line into a list associated to that key. (my file has just 100 lines, but that question starts to bother me ;-) Thanks! Rafael Mentz Aquino
- Previous message (by thread): Database in a simple ascii file
- Next message (by thread): Database in a simple ascii file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list