We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the Hierarchical_Interleaved_Bloomfilter wiki!
Ctor or a factory?
In general, the build process of the HIBF is very complex and thus using a factory might be justified.
See https://gist.github.com/smehringer/37719a556fb4872ea3087dc73c6a1778
Library: CMake, (static lib),
How it would look for the user:
find_package(hibf_lib) target_link_libraries (FOO hibf::hibf)
This is the same for header-only or Library because the user does not have to link on his/her own