[Numpy-discussion] numexpr question

Neal Becker ndbecker2 at gmail.com
Thu Nov 8 07:37:53 EST 2012


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 form would be 
available, similar to a precompiled regexp.  yes/no?




More information about the NumPy-Discussion mailing list