To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73364 Issue #|73364 Summary|faster getSimpleRootName Component|utilities Version|680m199 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|sb Reported by|mmeeks
------- Additional comments from [EMAIL PROTECTED] Thu Jan 11 02:28:21 -0800 2007 ------- So - another silly on the profile: a large amount of time & space is burned in the 'getElementNames' call turning node names into Path::Components only to then parse them again back and extract the simple name :-) [ this burns a ton of interlocking, a chunk of allocation & free, and well - it took a lot of time. Luckily, we have the thing we want to return to hand & can just return it, giving a nice performance boost :-) --------------------------------------------------------------------- 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]
