File reading using delimiters
Ben S
bens at replytothegroupplease.com
Tue Jun 10 18:38:36 EDT 2003
More information about the Python-list mailing list
Tue Jun 10 18:38:36 EDT 2003
- Previous message (by thread): File reading using delimiters
- Next message (by thread): File reading using delimiters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for the help everyone. For now I'm going to stick with the read()/split() combination as the performance turns out to be acceptable (eg. 360KB read, split, and parsed into tuples, in less than 0.07 seconds), but I now have some good ideas if this ever becomes a problem. -- Ben Sizer http://pages.eidosnet.co.uk/kylotan
- Previous message (by thread): File reading using delimiters
- Next message (by thread): File reading using delimiters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list