From 4b4c162f05ea3e759665030d0810c28a26226ddf Mon Sep 17 00:00:00 2001 From: Daniel Paley Date: Wed, 18 Nov 2020 11:14:23 -0800 Subject: [PATCH] add newsfragment --- newsfragments/210.feature | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 newsfragments/210.feature diff --git a/newsfragments/210.feature b/newsfragments/210.feature new file mode 100644 index 000000000..bc464847e --- /dev/null +++ b/newsfragments/210.feature @@ -0,0 +1,3 @@ +FormatMultiImage: When constructing an imageset with the indices of some (not +all) single images in the container, we skip reading models for the images that +were not requested. In some cases this speeds up imageset construction by 8x.