Open sritchie opened 4 years ago
I have Zippel; it's very hard to implement (as GJS himself notices, having inferred a simpler version of the algorithm in Scmutils that avoids doing the work in Z_p). I had this going on a branch, but the benchmarking I did revealed no meaningful speedup. The CAG paper looks more interesting (and postdates my last deep foray into this area), so it might be worth a try! Thank you for that pointer.
I found this on Google Scholar and it looks very promising:
Wow, that does look really good!
The code for this lives in the simplify package, in
Candidates:
UPDATE: I started working on this a bit as part of the monster sicmutils/sicmutils#341 effort, then backed off. Here's the code I had started sketching to make this work:
:else
clause in GCD dispatch...