feat: add plots for n m k trends

This commit is contained in:
2026-04-27 20:43:23 +02:00
parent 84c0b2b797
commit f6521aeb1c
12 changed files with 226 additions and 71 deletions
+11
View File
@@ -127,3 +127,14 @@ bits filled fraction is P(any arbitrary bit is 1)
False positive = all of those bits end up being 1 for some hash = P^k
This has the same independence issue in assumption though.
# Plotting stuff
Found out about gnuplot which I guess is a bit of an overkill having a binary for the whole thing
but fine the plotting itself is easier. In the end the plots came out in line with theoretical which
was great.
# Links
There are many variations for bloom filters that I'll get to implementing and testing _eventually_ which
I hope is soon enough.