[Numpy-discussion] numexpr question

2012-11-08 Thread Neal Becker
I'm interested in trying numexpr, but have a question (not sure where's the best forum to ask). The examples I see use ne.evaluate (some string...) When used within a loop, I would expect the compilation from the string form to add significant overhead. I would have thought a pre-compiled

Re: [Numpy-discussion] numexpr question

2012-11-08 Thread Francesc Alted
On 11/8/12 1:37 PM, Neal Becker wrote: I'm interested in trying numexpr, but have a question (not sure where's the best forum to ask). The examples I see use ne.evaluate (some string...) When used within a loop, I would expect the compilation from the string form to add significant