Dear Dima,
it is also worth noting that the next release will already bring some
improvements. Maxima's test suite runs about 10% faster on the release
candidate than on the last release.
But I also have to add that in my experience of using sagemath (in
particular the manifolds package) the
As a side note, and I have not attempted that and that would require further
investigation, be we could incorporate the concept of sealed domains as
presented by Marco Heisig in the library fast-generic-functions. We already
have the concept of sealing classes, but FGF allows to partially seal a
Hello Dima,
some bottlenecks are known and I'm working on these. The worst offenders:
- the generic function dispatch is slow
I have implemented the computation part of the fast generic function dispatch
as proposed by Robert Strandh, but it needs to be integrated with the C compiler
- there