共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > C++ Bloom Filter Library |
C++ Bloom Filter Library
|
1 | 0 | 39 |
贡献者 | 讨论 | 代码提交 |
C++ Bloom Filter Library, with the following capabilities:
1. Optimal parameter selection based on expected false positive rate.
2. Union, intersection and difference operations between bloom filters.
3. Compression of in-use table (increase in false positive probability vs space)
4. Portable and efficient source code implementation.
Compatible Compilers:
For more information please visit: http://www.partow.net/programming/hashfunctions/index.html