|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
布隆过滤器容器 更多...
#include "NeForce/core/container/bitmap.hpp"#include "NeForce/core/container/vector.hpp"#include "NeForce/core/memory/bit.hpp"#include "NeForce/core/numeric/math.hpp"类 | |
| class | bloom_filter< T, Hash > |
| 布隆过滤器 更多... | |
布隆过滤器容器
此文件提供了布隆过滤器的实现。 布隆过滤器是一种空间效率很高的概率性数据结构, 用于判断一个元素是否在集合中,可能存在误报但不会有漏报。
在文件 bloom_filter.hpp 中定义.