Bloom filter
名词 n.
英文释义
名词 n.
-
A space-efficient probabilistic data structure that is used to test whether an element is a member of a set. False positive matches are possible, but false negatives are not.
— A Bloom filter is a set-like data structure that is highly efficient in its use of space. It supports two operations only: insertion and membership querying.
词形变化
词源
Conceived by Burton Howard Bloom in 1970.
0 次浏览
数据来源: Wiktionary