Merge remote-tracking branch 'gvdb/master' into update-gvdb

Minor merge conflicts in gvdb-reader.c with the documentation.
This commit is contained in:
Philip Withnall
2018-08-13 15:35:52 +01:00
4 changed files with 275 additions and 285 deletions

View File

@@ -339,6 +339,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