[Python-3000] Making more effective use of slice objects in Py3k (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Tue Aug 29 18:32:59 CEST 2006
- Previous message: [Python-3000] Making more effective use of slice objects in Py3k
- Next message: [Python-3000] Making more effective use of slice objects in Py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ?
- Previous message: [Python-3000] Making more effective use of slice objects in Py3k
- Next message: [Python-3000] Making more effective use of slice objects in Py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]