To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56207
                  Issue #:|56207
                  Summary:|performance: optimize parseAFM.cxx
                Component:|gsl
                  Version:|680m134
                 Platform:|All
                      URL:|
               OS/Version:|Unix, X11
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|pl
              Reported by:|pl





------- Additional comments from [EMAIL PROTECTED] Tue Oct 18 06:19:58 -0700 
2005 -------
Especially during the first startup psprint reads lots of AFM files; the parser
that is used here uses std C io and reads the files byte by byte. Since this is
every time a C API call, probably involving some mutex locking, we could win
here by simply reading the file in one step and replace the fgetc (and friends)
calls by an index into the buffer.

see: psprint/source/fontmanager/parseAFM.cxx

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to