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