[pypy-commit] extradoc extradoc: add an optimization

fijal noreply at buildbot.pypy.org
Thu Jan 26 19:19:39 CET 2012


Author: Maciej Fijalkowski <fijall at 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.


More information about the pypy-commit mailing list