Improving report performance

Bill Gribble grib@gnumatic.com
Mon, 26 Feb 2001 09:25:43 -0600


On Mon, Feb 26, 2001 at 11:48:44PM +1100, Robert Graham Merkel wrote:
> It appears that the new report-generation code appends new html
> elements to the end of scheme lists.

The easiest way to fix this (and the best, IMO) is to use the
cons-and-reverse approach.  The order that objects are stored
internally in the html-objects is just an implementation detail and
isn't really relevant to the API. That's already how the rendering
portion of the system works.  I'm working on some other stuff ATM so
feel free to make these changes.

b.g.