feat: basic bloom filter impl
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user