Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4040:ebe7ed17d1d5 Date: 2012-01-17 14:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/ebe7ed17d1d5/
Log: add a section diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.txt @@ -24,3 +24,10 @@ * keep subclass type when slicing, __array_finalize__ * ndarray.view + +OPTIMIZATIONS +------------- + +- SSE + +- count number of True's for bool arrays, so we don't have to recompute _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
