Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: extradoc
Changeset: r4051:4acf71058742
Date: 2012-01-26 20:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/4acf71058742/

Log:    add an optimization

diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning/micronumpy.txt
@@ -36,3 +36,7 @@
   in order to improve though
 
 - iterators should possibly not require reinstantiating them.
+
+- things like take/item/fancy indexing can use some knowledge about the density
+  of data and either evaluate interesting points (without forcing) or
+  do what they do now.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to