[pypy-svn] r34407 - pypy/dist/pypy/doc

mwh at codespeak.net mwh at codespeak.net
Thu Nov 9 11:04:45 CET 2006


Author: mwh
Date: Thu Nov  9 11:04:44 2006
New Revision: 34407

Modified:
   pypy/dist/pypy/doc/project-ideas.txt
Log:
fix a typo, and another idea i had in the shower this morning.


Modified: pypy/dist/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/project-ideas.txt	(original)
+++ pypy/dist/pypy/doc/project-ideas.txt	Thu Nov  9 11:04:44 2006
@@ -48,10 +48,13 @@
 
 * lists which are specialised for int-only values (for saving memory).
 
-* some form of caching the lookups of builtin or even global names (mostly
+* some form of caching the lookups of builtin or even global names (most
   likely by special forms of dictionaries that can invalidate the caches when
   they are written to).
 
+* create multiple representations of Unicode string that store the character
+  data in narrower arrays when they can.
+
 Experiments of this kind are really experiments in the sense that we do not know
 whether they will work well or not and the only way to find out is to try.  A
 project of this nature should provide benchmark results (both timing and memory



More information about the Pypy-commit mailing list