A circled Bloom filter for the membership identification of multiple sets
暂无分享,去创建一个
A Bloom filter is a simple data structure that identifies the membership of an input against a given set. Various types of Bloom filters have been widely used in recent years. While standard Bloom filters only provide the membership identification of a given set by storing a value of 0 or 1 in a cell, we propose to provide the membership information of multiple sets through a single Bloom filter by storing different values in a cell. In other words, if two different sets are given, the proposed Bloom filter structure allocates 2 bits in one cell, and two different values indicating each set are specified in advance to program the sets. Hence the proposed Bloom filter structure accurately determines the membership of each set and the intersection of two sets by querying a single Bloom filter. In addition, we propose a circled Bloom filter structure to improve the accuracy of the membership identification. Experimental results show that the proposed Bloom filter structure provides the better accuracy with using the half of querying operations compared to two separate Bloom filter structure.
[1] Hyesook Lim,et al. On Adding Bloom Filters to Longest Prefix Matching Algorithms , 2014, IEEE Transactions on Computers.
[2] Hyesook Lim,et al. Complement Bloom Filter for Identifying True Positiveness of a Bloom Filter , 2015, IEEE Communications Letters.
[3] Hyesook Lim,et al. Ternary Bloom Filter Replacing Counting Bloom Filter , 2017, IEEE Communications Letters.
[4] Li Fan,et al. Summary cache: a scalable wide-area web cache sharing protocol , 2000, TNET.