diff options
author | Noel Grandin <noelgrandin@collabora.co.uk> | 2024-05-03 20:49:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-04 12:27:49 +0200 |
commit | b7d3e9ce25643bfb5af3e9e8ab3b80bb021b10ea (patch) | |
tree | 7e83b4d1d1549c8d88df34ca4cfc8791e7069b58 /compilerplugins | |
parent | 6aa2e8fe2b0b59e2fe20191decb9bd6202dabcc9 (diff) |
speedup configmgr::Access on Windows
std::multiset seems to be pretty slow to construct and
destruct, even if we ~never put anything into these listener
lists, so rather use o3tl::sorted_vector, which has more
predictable performance.
Shaves 10% off startup time for me.
Change-Id: I13afcbe3cb63522e4efe61c64f773e1ffbec9683
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167101
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
0 files changed, 0 insertions, 0 deletions