After Pearu suggested I give the microbenchmark on sympycore a try, I can't seem to get more then 9000 expands on recent hardware. I am running:
In [54]: a,b,c = Rational(1,2), Rational(2,3), Rational(4,5) In [64]: %timeit (3*(a*x + b*y + c*z)).expand() 10000 loops, best of 3: 110 µs per loop How can I fix this? Also, how do I disable caching for sympycore? -- Gary Furnish --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
