[Python-3000] Making more effective use of slice objects in Py3k

Fredrik Lundh fredrik at pythonware.com
Tue Aug 29 18:32:59 CEST 2006


Josiah Carlson wrote:

> 1. Let us say I was parsing XML.  Rather than allocating a bunch of small
> strings for the various tags, attributes, and data, I could instead
> allocate a bunch of string views with pointers into the one larger XML
> string.

when did you last write an XML parser ?

</F>



More information about the Python-3000 mailing list