Difference between revisions of "Calc/Performance/Refactoring Area Broadcasters"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: {{DISPLAYTITLE:Refactoring Calc Area Broadcasters}} Because of the unique sorted set requirement and the underlying tree implementation of ::std::set, inserting area broadcasters with ide...)
 
(use SUBPAGENAME in category sort key for reusability)
Line 6: Line 6:
 
a different structure.
 
a different structure.
  
[[Category:Calc|Performance/Refactoring_Area_Broadcasters]]
+
[[Category:Calc|Performance/{{SUBPAGENAME}}]]
 
[[Category:Performance]]
 
[[Category:Performance]]
 
[[Category:InProgress]]
 
[[Category:InProgress]]

Revision as of 15:21, 6 March 2009


Because of the unique sorted set requirement and the underlying tree implementation of ::std::set, inserting area broadcasters with identical top left addresses to large sets takes a lot of time. Refactoring that to use a different structure.

Personal tools