From 7683c2b7968126c5d9c1a0163b69d7acaa7f0a53 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 8 Mar 2012 11:26:49 -0500 Subject: [PATCH] builder: Note don't actually implement bloom filters --- gvdb-builder.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gvdb-builder.c b/gvdb-builder.c index 91adec673..c63d1171e 100644 --- a/gvdb-builder.c +++ b/gvdb-builder.c @@ -340,6 +340,13 @@ file_builder_allocate_for_hash (FileBuilder *fb, #undef chunk memset (*bloom_filter, 0, n_bloom_words * sizeof (guint32_le)); + + /* NOTE - the code to actually fill in the bloom filter here is missing. + * Patches welcome! + * + * http://en.wikipedia.org/wiki/Bloom_filter + * http://0pointer.de/blog/projects/bloom.html + */ } static void