On 3 Mai, 15:00, Tom Bachmann <[email protected]> wrote: > Actually how does this relate to the following wiki page: > > https://github.com/sympy/sympy/wiki/Algebras-in-SymPyCore
SymPyCore is a split-off project that attempted to radically rewrite the core. It's basically a one-man project by Pearu. He managed to achieve impressive speed-ups in pure Python (without caching IIRC). We should definitely learn from his approaches. Actually it is a (very) long-term goal to merge back improvements. For more information, see [1]. Aaron wrote: > I agree that Frederik's idea is an interesting one, but we would need to have > other people who understand it well if we were to attempt to implement it. I think the best example is mpmath's source code [2]. Vinzent [1] http://code.google.com/p/sympycore/ [2] http://code.google.com/p/mpmath/source/browse/#svn%2Ftrunk%2Fmpmath -- 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.
