We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282bb07 commit 9eba232Copy full SHA for 9eba232
README.md
@@ -18,7 +18,7 @@ pip install okbloomer
18
|---|---|---|---|---|
19
| 1 | max_false_positive_rate | 0.01 | float | The upper bound on the false positivity rate. |
20
| 2 | num_hashes | 4 | int | The number of hash functions used, i.e. the number of slices per layer. |
21
-| 3 | layer_size | 32000000 | int | The size of each layer of the filter in bits. |
+| 3 | layer_size | 32000000 | int | The size of each layer of the filter in bits. Ideal sizes can be divided evenly by `num_hashes`.|
22
23
## Example Usage
24
0 commit comments