On Thu, 16 May 2019 at 17:04, Michael Meeks <michael.meeks@collabora.com> wrote:
* ItemSet re-work (Armin) + most of items are sorted in the item-pools (Armin) + not inside the item-sets. + in the item pools: just in a vector + only compare, not < operator – usually not sorted.
Note that I have recently, as part of performance work, added the ability for SfxPoolItem's to opt-in to sorting themselves when stored inside SfxItemPool, which dramatically speeds up the common "lets see if the item already exists in this pool" check. https://opengrok.libreoffice.org/xref/core/svl/source/inc/poolio.hxx?r=0725e8a5 https://opengrok.libreoffice.org/xref/core/include/svl/poolitem.hxx?r=1e268223#154