Refactoring Calc Area Broadcasters

From Apache OpenOffice Wiki
< Calc‎ | Performance
Revision as of 18:39, 4 March 2009 by ErAck (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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