this part of config loading is fairly hot at startup, so inlining this memchr call from rtl_str_indexOfChar_WithLength shaves off 2% of my load time. Change-Id: Ia79f43179475c51d856b685f053f597919cf12af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113924 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Fast and Small XML Pull Parser
Implements a simple, fast pull parser, currently used by configmgr
and
stoc
's simpleregistry code (used to register UNO components in
services.rdb files). It supports a subset of XML features, but is fast
and small.