Skip to content

Commit 3494250

Browse files
committed
set 75% probability
1 parent 43b97d8 commit 3494250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mug/src/main/java/com/google/mu/util/graph/walking_massive_graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To mitigate this, we adopt a hybrid approach:
5050
- If we trust Bloom, prune the node
5151
- Otherwise visit it
5252

53-
By configuring the probability (say 50%), we can achieve a few things:
53+
By configuring the probability (say 75%), we can achieve a few things:
5454

5555
1. A frequently reached node is unlikely to be false positively pruned.
5656
2. Even if a few-visited node is false positively pruned this time, it won't be forever lost on the next run of the program.

0 commit comments

Comments
 (0)