On Mon, Aug 25, 2008 at 9:23 AM, parisse <[EMAIL PROTECTED]> wrote: > >> The official guidelines for inclusion of new packages are: >> >> > = License = >> > GPL version 2+ compatible license. (This will be publicly revisited around >> > Jan 15, 2009.) >> >> GIAC seems to be GPL v3+ according to Michael Abshoff? >> > > I can re-license it to GPL 2 (maybe some optional libraries should not > be linked with). > >> As far as I understand it there is an issue defining what "Speed" is in that >> context. But both Ginac and Giac seem to do well overall. Someone else needs >> to address this in more detail >> > > It all depends on what you are benchmarking. For basic arithmetic, > ginac and giac are probably on the same scale. > I did not try ginac recently, but I don't think they have for example > a modular GCD algorithm, they rely on heuristic GCD and subresultant.
I have already looked at the gcd algorithm in Ginac, and it would be easy to completely replace it by calls to Singular, so we could completely eliminate the GCD (etc.) code from pynac. In any case, we're using Ginac almost entirely as a foundation for fast basic arithmetic, and for not much else. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---