If you are running longer jobs with fricas, you should consider switching to a faster lisp implementation. For FriCAS, clisp is aboutthe slowest.
from the INSTALL file of FriCAS: All Lisp impementations should give essentially the same functionality, however performance (speed) may differ quite a lot. On 64-bit AMD64 on average sbcl is the fastest one (7 times faster than clisp), Closure CL the second (about 2.5 times slower than sbcl), than gcl and ECL (about 3 times slower than sbcl) and clisp is the slowest one. Note: older versions of ECL were much (about 4 times) slower, you should use newest version if you care about speed. Martin --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
