/slbf

source code of stable learned Bloom filter

Primary LanguageC

Stable Learned Bloom Filters

To compile:

  1. Get libxxhash
  2. Get libcatboost
  3. Run cd ccan; make; cd src; make;.