Re: xml + mmap cross

2008-09-05 Thread castironpi
On Sep 5, 12:13 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Hi, > > this discussion seems pretty much off-topic for a Python list. > > > > castironpi wrote: > > In an XML file, entries are stored in serial, sort of like this. > > > AAA BBB CCC DDD > > > Or more recognizably, > > > somethingsomet

Re: xml + mmap cross

2008-09-04 Thread Stefan Behnel
Hi, this discussion seems pretty much off-topic for a Python list. castironpi wrote: > In an XML file, entries are stored in serial, sort of like this. > > AAA BBB CCC DDD > > Or more recognizably, > > somethingsomething > > Point is, to change something to something else, you > have to recop

Re: xml + mmap cross

2008-09-04 Thread castironpi
On Sep 4, 7:54 pm, alex23 <[EMAIL PROTECTED]> wrote: > On Sep 4, 8:31 am, castironpi <[EMAIL PROTECTED]> wrote: > > > Any interest in pursuing/developing/working together on a mmaped-xml > > class?  Faster, not readable in text editor. > > XML is text-based, so it should -always- be readable in a t

Re: xml + mmap cross

2008-09-04 Thread alex23
On Sep 4, 8:31 am, castironpi <[EMAIL PROTECTED]> wrote: > Any interest in pursuing/developing/working together on a mmaped-xml > class?  Faster, not readable in text editor. XML is text-based, so it should -always- be readable in a text editor. It's part of the definition, I believe. However, an

Re: xml + mmap cross

2008-09-04 Thread castironpi
On Sep 4, 2:14 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > castironpi wrote: > > Any interest in pursuing/developing/working together on a mmaped-xml > > class?  Faster, not readable in text editor. > > Any hints on what you are talking about? > > Stefan Nice to hear from you. I assumed you we

Re: xml + mmap cross

2008-09-04 Thread Stefan Behnel
castironpi wrote: > Any interest in pursuing/developing/working together on a mmaped-xml > class? Faster, not readable in text editor. Any hints on what you are talking about? Stefan -- http://mail.python.org/mailman/listinfo/python-list