diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-08-17 12:59:51 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-08-28 14:00:18 +0200 |
commit | 612fc2f6e7065473833b4aac8ea76ec2bffdfd62 (patch) | |
tree | 8d1f45d41872d3ab94779db8a507538c660d69a5 /distro-configs | |
parent | 9662729a1ea4ca7fe8bbbcb5193a6eeb97ff8ac6 (diff) |
tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"
This commit reverts 3749d9af3745c0eaff7239e379578e4e2af89e9d
which removes the dependency on the external library cuckoo
Without using cuckoo the same file in tdf#130795 takes
real 0m4,892s
user 0m5,298s
sys 0m0,449s
With it, it takes
real 0m4,914s
user 0m5,276s
sys 0m0,444s
pretty much the same time
Change-Id: I4cc9000ac5bf26de22bb9835283ae8d5b3230196
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138435
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138446
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeCoverity.conf | 1 | ||||
-rw-r--r-- | distro-configs/LibreOfficeFlatpak.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeCoverity.conf b/distro-configs/LibreOfficeCoverity.conf index e802f25e8f29..51f80628701a 100644 --- a/distro-configs/LibreOfficeCoverity.conf +++ b/distro-configs/LibreOfficeCoverity.conf @@ -11,7 +11,6 @@ --with-idlc-cpp=cpp --with-system-libs --with-system-headers ---without-system-cuckoo --without-system-cppunit --enable-dbus --enable-extension-integration diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf index 438252c6c408..f6f12f776043 100644 --- a/distro-configs/LibreOfficeFlatpak.conf +++ b/distro-configs/LibreOfficeFlatpak.conf @@ -19,7 +19,6 @@ --without-system-clucene --without-system-coinmp --without-system-cppunit ---without-system-cuckoo --without-system-firebird --without-system-glm --without-system-gpgmepp |