> compiled:    625 loops, best of 3: 2.12 µs per loop
> lambda:      625 loops, best of 3: 15.8 µs per loop
> fast_float:  625 loops, best of 3: 4.54 µs per loop (roughly matches
> with yours)
>
> fast_float seems to be 3.5 times faster than pure Python, this matches
> with my other benchmark (which is affected by Python's loop overhead).
>
> Thank you for your support.


Cool.  Does your _compile work with functions where there is no C math
equivalent?  How long does it take to compile a function?

--Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to