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>