office-gobmx/include/o3tl
Noel Grandin 1a12861e01 std::unordered_set<T*> -> o3tl::sorted_vector
which is much better for CPU cache, since the representation is more
compact, and since we almost always do insert() in pointer order,
there is surprisingly little sorting

Also add a count() method for compatibility with std::set and the
proposed std::flat_set

Change-Id: I2a3211dc59919cfec5cac1497530a4c3600d50ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87793
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-02-01 08:19:54 +01:00
..
any.hxx
char16_t2wchar_t.hxx
cow_wrapper.hxx
cppunittraitshelper.hxx
deleter.hxx
enumarray.hxx
enumrange.hxx
float_int_conversion.hxx
functional.hxx
lazy_update.hxx
lru_map.hxx
make_shared.hxx
numeric.hxx
optional.hxx
runtimetooustring.hxx
safeint.hxx
sorted_vector.hxx
span.hxx
strong_int.hxx
temporary.hxx
typed_flags_set.hxx
underlyingenumvalue.hxx
unreachable.hxx
unsafe_downcast.hxx
vector_pool.hxx
vector_utils.hxx