On Sun, Dec 07, 2003, Alexander R. Pruss wrote:
> How is rendering performance?

I haven't noticed any difference and neither did I expect any at
the moment; I haven't made a "final" split in paragraph.c, yet,
and that's where the rendering takes place. Still, *reading* the 
the data is not the major factor in the rendering of the document.

Anyway, the rendering will still work with pointers, it just won't
have control *how* these pointers are initialised; it will get a
ParagraphContext to work with, i.e. the InitializeParagraphContext
function will be moved to the "data access domain".

The rendering code hasn't really changed that much (it might be
necessary to make some minor changes to it if we want to support
DOC documents, though), so the speed should stay intact. Still,
GetLineMetrics should be split into smaller functions; it's one
big mess at the moment. You might want to add a comment or two
to the block of code you have added to the beginning of that
function ;-)

/Mike

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to