From 4a1cce0a470e6deed6dbeb6093e4e5c16f53439d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 16 Jan 2021 08:31:56 -0500 Subject: Reimplement name and number tree object helpers Create a computationally and memory efficient implementation of name and number trees that does binary searches as intended by the data structure rather than loading into a map, which can use a great deal of memory and can be very slow. --- libqpdf/build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'libqpdf/build.mk') diff --git a/libqpdf/build.mk b/libqpdf/build.mk index 40b022d6..ca15611a 100644 --- a/libqpdf/build.mk +++ b/libqpdf/build.mk @@ -33,6 +33,7 @@ SRCS_libqpdf = \ libqpdf/InsecureRandomDataProvider.cc \ libqpdf/JSON.cc \ libqpdf/MD5.cc \ + libqpdf/NNTree.cc \ libqpdf/OffsetInputSource.cc \ libqpdf/Pipeline.cc \ libqpdf/Pl_AES_PDF.cc \ -- cgit v1.2.3-54-g00ecf