[Tutor] Trying to parse a HUGE(1gb) xml file in python

David Hutto smokefloat at gmail.com
Tue Dec 21 10:50:07 CET 2010


On Tue, Dec 21, 2010 at 4:43 AM, Stefan Behnel <stefan_ml at behnel.de> wrote:
> David Hutto, 21.12.2010 10:29:
>>
>> File = string

A file is a string of character encoded in it's format

>>
>> going through string code

Code that goes through the file format and the encoding

>>
>> finding pieces of the string and marking the territory.

What sequence of characters qualifies for a target select

>>
>>
>> I don't see 'real' optimization other than rolling your own.

encoding + characters in file + what's where in the file




>
> Reads like a Haiku. Doesn't quite fit the verse, though.
>
> From your behaviour, I get the impression that you are just trolling.

The water always flows freely down here, Plus the traffics light.


>
> Stefan
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
They're installing the breathalyzer on my email account next week.


More information about the Tutor mailing list