https://bz.apache.org/bugzilla/show_bug.cgi?id=59789

Javen O'Neal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Javen O'Neal <[email protected]> ---
HSSFComment shifting was already done inside the main for-loop, but had pretty
terrible performance because it searched the drawing patriarch for all comments
for ever row in the shift range.

Assuming all NoteRecords are HSSFComments, we can move the comment shifting
that's done inside the main for-loop outside so that only one search for
HSSFComments in the drawing patriarch is necessary.

Applied in r1751198.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to