文件名称:pyreBloom, 在 python 中,快速 Redis Bloom filter.zip
文件大小:55KB
文件格式:ZIP
更新时间:2022-10-30 20:57:01
开源
pyreBloom, 在 python 中,快速 Redis Bloom filter python + Redis + Bloom Filter = pyreBloom Redis getbit和SETBIT命令的Salvatore建议之一是实现bloom过滤器。 有一个 python 项目我们用
【文件预览】:
pyreBloom-master
----.gitignore(44B)
----bench()
--------benchmark.py(3KB)
----README.md(5KB)
----test()
--------test_accuracy.py(6KB)
----Vagrantfile(762B)
----LICENSE(1KB)
----pyreBloom()
--------main.c(2KB)
--------murmur.c(1KB)
--------bloom.h(2KB)
--------bloom.pxd(2KB)
--------pyreBloom.pyx(3KB)
--------pyreBloom.c(160KB)
--------Makefile(304B)
--------bloom.c(8KB)
----requirements.txt(11B)
----setup.py(1KB)
----.travis.yml(198B)
----Makefile(352B)
----provision()
--------etc()
--------script.sh(693B)