Hi Jeremy,
On Mon, Sep 4, 2017 at 6:15 AM, Yirmeyahu Kaminski <
jykam...@gmail.com> wrote:
> Hi all,
>
> SYMPY is a fantastic tool, but it is definitely slow. Did someone try to
> compile it? Using for example NUITKA?
In order to get as fast library as possible, we have developed the
SymEngine library:
https://github.com/symengine/symengine
There are Python, Ruby, Julia, etc. wrappers, and we are starting to
use it in SymPy as a backend at a few places.
If you find a problem where SymEngine is slower than any other library
or program, please let us know.
Ondrej