To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80981
------- Additional comments from [EMAIL PROTECTED] Thu Aug 23 19:06:16 +0000 2007 ------- There are two things these patches address. 1) (unotools module) It caches the last instance of css.util.TextSearch in utl::TextSearch class, and reuse it when the search options are identical to the previous run. This speed things up considerably. 2) (i18npool module) It caches the last transliteration object and reuse it when the same transliteration object is requested. Iterating through all available transliteration objects has been proven to be VERY expensive, and doing that every single text search run is wasteful when the same object is requested for 99% of the time. This also speed up the text search process considerably. --------------------------------------------------------------------- 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]
