libbf icon indicating copy to clipboard operation
libbf copied to clipboard

:dart: Bloom filters for C++11

Results 18 libbf issues
Sort by recently updated
recently updated
newest added

In a bitwise bloom filter test, the test passed with an additional hash function at the first level.

A more consistent signature of a default hash function.

any plan for a tag release latest codes ? thx.

Hello, I have some trouble installing libbf. After doing: ``` ./configure make make install ``` libbf is installed here: ``` > tree /usr/local/include/ /usr/local/include/ ├── bf │   ├── all.hpp │  ...

Currently, threads are only used for testing framework (and not testing cases themselves). IMO, it's better to shift responsibility for running tests in parallel to the testing environment (`make test...

Hi, Have you considered making a conan package? If not, would you mind if we make one? In that case, could you please bump the version to 1.0.0 so that...

feature request

First of all nice and well designed library! I am looking to add a export() method. From my test looks like is enough to just move `bits_.data()` and `num_bits_` For...

feature request

Hi, First of all, thanks for the great work! Have you considered making a Python wrapper around the library? If not, would you mind if I paraphrase (and reference) your...

feature request