kkli08 / KvDB

Persistent key-value store database library.
https://kkli08.github.io/VeloxDB/
1 stars 0 forks source link

Add Blocked Bloom Filters or Cuckoo filters #25

Open kkli08 opened 2 months ago

kkli08 commented 2 months ago

Blocked Bloom Filters or Cuckoo filters.

For an extra challenge, you may implement a blocked Bloom filter (as we saw in the midterm) or a Cuckoo filter (which we will study in the course soon) instead of a regular Bloom filter.