Re: [pypy-dev] numpypy array expressions

2012-08-28 Thread Armin Rigo
Hi Mark, On Mon, Aug 27, 2012 at 3:09 PM, mark florisson markflorisso...@gmail.com wrote: For this year's summer of code, and for my master dissertation, we created a project to compile array expressions efficiently (Dag was my mentor, CCed), which can be found here:

Re: [pypy-dev] numpypy array expressions

2012-08-28 Thread mark florisson
Hey Armin, On 28 August 2012 11:19, Armin Rigo ar...@tunes.org wrote: Hi Mark, On Mon, Aug 27, 2012 at 3:09 PM, mark florisson markflorisso...@gmail.com wrote: For this year's summer of code, and for my master dissertation, we created a project to compile array expressions efficiently (Dag

[pypy-dev] numpypy array expressions

2012-08-27 Thread mark florisson
Hey, For this year's summer of code, and for my master dissertation, we created a project to compile array expressions efficiently (Dag was my mentor, CCed), which can be found here: https://github.com/markflorisson88/minivect , the thesis is under subdirectory 'thesis'. It's currently integrated