Skip to content

Commit c3dd9ef

Browse files
committed
Clarify that keys are only roughly uniformly distributed
1 parent ef77159 commit c3dd9ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/final-report/final-report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,9 +1089,9 @@ Bloom filters with a false positive rate (FPR) of $1/1000$.
10891089

10901090
Indexes of the compact type.
10911091

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.
1092+
: This takes advantage of the keys being roughly uniformly distributed. It
1093+
reduces the size of the in-memory indexes, leaving more memory available for
1094+
the Bloom filters and the write buffer.
10951095

10961096
Write buffer size of 20,000 elements.
10971097

0 commit comments

Comments
 (0)