Significantly improve yaml load times when the C loader is available (#73337)

This commit is contained in:
J. Nick Koston
2022-06-13 08:44:46 -10:00
committed by GitHub
parent b84e844c76
commit dca4d3cd61
8 changed files with 190 additions and 78 deletions

View File

@@ -18,6 +18,7 @@ RUN \
libavfilter-dev \
libpcap-dev \
libturbojpeg0 \
libyaml-dev \
libxml2 \
git \
cmake \