Guido van Rossum wrote:

> (e.g. you don't seem to appreciate the savings due to a string
> object header and its data being consecutive in memory).

footnote: note that the Unicode string type still doesn't do that (my 
original implementation *did* support string views, and nobody's ever 
gotten around to fully rip it out), so if anyone wants to benchmark 
things related to this specific feature, comparing unicode strings with 
8-bit strings could be someone useful.

</F>

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to