Re: speeding ECL up

2023-07-14 Thread Marius Gerbershagen
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

Re: speeding ECL up

2023-07-14 Thread Daniel Kochmański
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

Re: speeding ECL up

2023-07-14 Thread Daniel Kochmański
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