programming, using op(), was ..RE: Bugfix for GosperSum? (was: cannot load Zeilberger)



 

> -----Original Message-----
> From: Robert Dodier [mailto:robert.dodier at gmail.com] 
> Sent: Saturday, January 06, 2007 5:27 PM
> .....\> 
> If op is a bottleneck for many programs, we should work on
> speeding up nformat then. Better than than to tell every user
> to use a more obscure alternative.
> 
>

The most obvious way of implementing op is to use nformat on the whole
expression.  I haven't looked at the implementation, so maybe it is
cleverer.

Certainly using inpart instead of part improves speed.

RJF