To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66679
                 Issue #|66679
                 Summary|sort images*.zip
               Component|Installation
                 Version|680m174
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|is
             Reported by|mmeeks





------- Additional comments from [EMAIL PROTECTED] Fri Jun 23 01:59:19 -0700 
2006 -------
So - by sorting images.zip we can reduce the amount of seeks necessary to
construct the imagelist caches on (very) 1st startup [as now], or
(alternatively) to shrink the working set & seek cost on every cold/warm start
with my ImageList re-work in place.

As you see - this is rather a trivial thing to do, requires no new dependencies,
and (since we auto-generate most of the order) should be easy to maintain.
Unfortunately measuring changes in working-set and/or seek times are hard to do,
so no concrete measurements.

OTOH - it seems obvious that a linear read through the file will be faster than
a set of reads scattered by having the items alphabetically sorted :-)

---------------------------------------------------------------------
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