From 864c056260d850b787647e6dd55883d423901a16 Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 17:58:45 +0000 Subject: [PATCH] Edited ch10_network.adoc with Atlas code editor --- ch10_network.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ch10_network.adoc b/ch10_network.adoc index 9bce5a86..68e0e911 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -689,6 +689,7 @@ image::images/mbc3_1007.png["Bloom2"] .Adding a second pattern "B" to our simple bloom filter image::images/mbc3_1008.png["Bloom3"] +[role="less_space pagebreak-before"] To test if a pattern is part of a bloom filter, the pattern is hashed by each hash function and the resulting bit pattern is tested against the bit array. If all the bits indexed by the hash functions are set to +1+,