summaryrefslogtreecommitdiff
path: root/gvdb/gvdb-builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gvdb/gvdb-builder.c')
-rw-r--r--gvdb/gvdb-builder.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gvdb/gvdb-builder.c b/gvdb/gvdb-builder.c
index 91adec6..c63d117 100644
--- a/gvdb/gvdb-builder.c
+++ b/gvdb/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