To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100922 Issue #|100922 Summary|performance: speedup stl::priority_queue usage Component|gsl Version|DEV300m44 Platform|All URL| OS/Version|Unix, X11 Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|hdu Reported by|hdu
------- Additional comments from [email protected] Tue Apr 7 14:12:55 +0000 2009 ------- Profiling in issue 100851 shows that the use of stlport::priority_queue for polygon drawing is unnecessarily expensive. The reason is that there is no direct way to tell the priority_queue to reserve a large enough initial heap, so it is resizing all the time. Using a specialized priority_queue will help. --------------------------------------------------------------------- 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]
