Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r68697:156ddeb302d1
Date: 2014-01-16 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/156ddeb302d1/

Log:    merge

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -74,6 +74,10 @@
 The actual details would be rather differen in PyPy, but we would like to have
 the same optimization implemented.
 
+Or maybe not.  We can also play around with the idea of using a single
+representation: as a byte string in utf-8.  (This idea needs some extra logic
+for efficient indexing, like a cache.)
+
 .. _`optimized unicode representation`: 
http://www.python.org/dev/peps/pep-0393/
 
 Translation Toolchain
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to