feat: basic bloom filter impl

This commit is contained in:
2026-04-27 00:41:40 +02:00
parent 6c8cee3ac0
commit 5810df32f5
5 changed files with 83 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Dev Docs
I've scaffolded but it I feel it makes more sense to just have a one file impl first in some .cpp file
and take it from there. So off we go to top level main.cpp
There is an original paper but I'm reading off from wiki for now https://en.wikipedia.org/wiki/Bloom_filter