bloom:布隆过滤器

时间:2021-03-17 21:43:55
【文件属性】:
文件名称:bloom:布隆过滤器
文件大小:6KB
文件格式:ZIP
更新时间:2021-03-17 21:43:55
C 盛开 编译安装 $ git clone https://github.com/abenhlal/bloom.git $ cd bitset $ mkdir build $ cd build $ cmake .. $ make $ make test $ sudo make install 卸载 $ sudo make uninstall 用法和构建 $ gcc example.c -o example.bin -L/usr/local/lib/cborg -lbloom -lbitset -lhash $ ./example.bin # include < stdio> # include < cborg> # include < cborg> int main () { bloom_filter_t *b1 = bloom_new (hash_
【文件预览】:
bloom-master
----.gitmodules(206B)
----cmake_uninstall.cmake.in(852B)
----tests()
--------test_bloom.c(1KB)
--------CMakeLists.txt(221B)
----include()
--------bloom.h(1012B)
--------CMakeLists.txt(267B)
----LICENSE(1KB)
----src()
--------bloom.c(855B)
--------CMakeLists.txt(137B)
----.gitignore(23B)
----CMakeLists.txt(683B)
----third_party()
--------bitset()
--------CMakelists.txt(47B)
--------hash()
----README.md(647B)

网友评论