Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r5032:425b99b150b7 Date: 2013-08-27 13:52 +0100 http://bitbucket.org/pypy/extradoc/changeset/425b99b150b7/
Log: Add numpy talk for tonight diff --git a/talk/london-demo-session/numpy.rst b/talk/london-demo-session/numpy.rst new file mode 100644 --- /dev/null +++ b/talk/london-demo-session/numpy.rst @@ -0,0 +1,64 @@ +.. include:: beamerdefs.txt + +================================ +Numpy on PyPy status and roadmap +================================ + +Goals +----- + +* fully compliant numpy replacement for PyPy + +* fast looped operations + +* fast vectorized operations + +Why? +---- + +* fast looping + +* single language + +Model +----- + +* some programs have numerical kernels that can be written in C + +* some don't + +* http://arxiv.org/abs/1301.1334 + +* image manipulation demo + +* abstraction unfriendly + +Status +------ + +* fast looped operations + +* ok vectorized operations + +Future goals +------------ + +* finish numpy + +* make it fast + +* make it compatible with more software (matplotlib, scipy) + +Funding +------- + +* about $20k left + +* we likely need more + +* behind schedule, but not behind budget + +Q&A +--- + +* Thank you! diff --git a/talk/london-demo-session/talk.pdf b/talk/london-demo-session/talk.pdf new file mode 100644 index 0000000000000000000000000000000000000000..860b8a9472307b8fc3d2f3d66a76d5a2caf18fea GIT binary patch [cut] _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
