From: "Radovan Garabik" <[EMAIL PROTECTED]> > I have no data, but I am using unicode plucker daily, and I do not > perceive any speed difference between original plucker and patched one
You could insert some timer calls, and test two things: (1) the amount of time to reformat a page after a screen format change (e.g., toggle of scrollbar) in document.c (2) the amount of time to draw a visible paragraph in paragraph.c > (but on the other hand, I have rather fast pda - but on the third > > 1. I think you should NOT turn off uses8BitChars unless the document > > actually uses Unicode. In 8-bit mode, searching is much faster (several > > times faster) and rendering is somewhat faster (30% or so). > > But how are you going to say in advance that document uses unicode > characters, without parsing it all? Do you need to turn off uses8BitChars for unicode documents that do unicode via the UNICODE16 and UNICODE32 functions, rather than for UTF-8 documents (which I assume are flagged in some way)? Alex _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
