We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef77159 commit c3dd9efCopy full SHA for c3dd9ef
doc/final-report/final-report.md
@@ -1089,9 +1089,9 @@ Bloom filters with a false positive rate (FPR) of $1/1000$.
1089
1090
Indexes of the compact type.
1091
1092
-: This takes advantage of the keys being uniformly distributed. It reduces the
1093
- size of the in-memory indexes, leaving more memory available for the Bloom
1094
- filters and the write buffer.
+: This takes advantage of the keys being roughly uniformly distributed. It
+ reduces the size of the in-memory indexes, leaving more memory available for
+ the Bloom filters and the write buffer.
1095
1096
Write buffer size of 20,000 elements.
1097
0 commit comments