From e075585ef1cffc988894b4efbf3d14d5e55dcdcc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 20 Mar 2013 14:35:27 +0100 Subject: trust: Rework index to be faster and more usable The index now uses a sort of cross between a hash table and a bloom filter internally to select matching items. This is needed for the massive amount of lookups we want to do during loading. In addition make p11_index_find() and p11_index_replace() easier to use. --- trust/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trust/tests/Makefile.am') diff --git a/trust/tests/Makefile.am b/trust/tests/Makefile.am index aedc6f3..4617546 100644 --- a/trust/tests/Makefile.am +++ b/trust/tests/Makefile.am @@ -29,14 +29,15 @@ LDADD = \ CHECK_PROGS = \ test-persist \ - test-parser \ test-index \ + test-parser \ test-builder \ test-token \ test-module \ $(NULL) noinst_PROGRAMS = \ + frob-pow \ frob-token \ frob-nss-trust \ $(CHECK_PROGS) -- cgit v1.1