Results 221 to 230 of about 20,075 (258)
Some of the next articles are maybe not open access.
IEEE/ACM Transactions on Networking, 2001
A Bloom filter is a simple space-efficient randomized data structure for representing a set in order to support membership queries. Although Bloom filters allow false positives, for many applications the space savings outweigh this draw-back when the probability of an error is sufficiently low.
openaire +1 more source
A Bloom filter is a simple space-efficient randomized data structure for representing a set in order to support membership queries. Although Bloom filters allow false positives, for many applications the space savings outweigh this draw-back when the probability of an error is sufficiently low.
openaire +1 more source
On the analysis of Bloom filters
Information Processing Letters, 2018zbMATH Open Web Interface contents unavailable due to conflicting licenses.
openaire +3 more sources
A Bloom filter variant for Blockchain
Concurrency and Computation: Practice and Experience, 2021AbstractBlockchain is a single linked list of blocks consisting of transactions identified by their hash value. Querying Blockchain, primarily searching blocks/transactions, can be treated as membership queries and efficiently evaluated by a Bloom filter (BF).
Xing Fan, Baoning Niu
openaire +1 more source
2015
Modern databases tailored to highly distributed, fault tolerant management of information for big data applications exploit a classical data structure for reducing disk and network I/O as well as for managing data distribution: The Bloom filter. This data structure allows to encode small sets of elements, typically the keys in a key-value store, into a
Martin Werner 0001, Mirco Schönfeld
openaire +1 more source
Modern databases tailored to highly distributed, fault tolerant management of information for big data applications exploit a classical data structure for reducing disk and network I/O as well as for managing data distribution: The Bloom filter. This data structure allows to encode small sets of elements, typically the keys in a key-value store, into a
Martin Werner 0001, Mirco Schönfeld
openaire +1 more source
Ternary Bloom filter replacing counting Bloom filter
2016 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia), 2016A counting Bloom filter (CBF) generalizes a standard 1-bit vector Bloom filter and allows not only membership queries but also insertion and deletion operations for dynamic sets. However, the CBF can cause false negatives because of counter overflows. A 4-bit vector CBF, which provides the probability of false negatives sufficiently small, is generally
Hayoung Byun, Jungwon Lee, Hyesook Lim
openaire +1 more source
PFBF: Pre-Filtered Bloom Filters
2015In this paper we focus on improving the false positive rate of a bloom filter with a pre-filtering scheme. By applying this scheme on a bloom filter, we can quickly screen out lots of input before entering the bloom filter and hence improve the result of false positives.
Ssu-Ting Liu, Sheng-De Wang
openaire +1 more source
A new Bloom filter structure for identifying true positiveness of a Bloom filter
2017 IEEE 18th International Conference on High Performance Switching and Routing (HPSR), 2017Bloom filters have been employed in various fields because of its simple and effective structure in identifying the membership of an input. Since a Bloom filter can produce false positives, the positive results of a Bloom filter should be identified whether the positives are true or not by accessing the original database.
Ju Hyoung Mun, Jungwon Lee, Hyesook Lim
openaire +1 more source
L-priorities bloom filter: A new member of the bloom filter family
International Journal of Automation and Computing, 2012A Bloom filter is a space-efficient data structure used for concisely representing a set as well as membership queries at the expense of introducing false positive. In this paper, we propose the L-priorities Bloom filter (LPBF) as a new member of the Bloom filter (BF) family, it uses a limited multidimensional bit space matrix to replace the bit vector
Huangshui Hu, Hongwei Zhao, Fei Mi
openaire +1 more source
Fast Bloom Filters and Their Generalization
IEEE Transactions on Parallel and Distributed Systems, 2014Bloom filters have been extensively applied in many network functions. Their performance is judged by three criteria: query overhead, space requirement, and false positive ratio. Due to wide applicability, any improvement to the performance of Bloom filters can potentially have a broad impact in many areas of networking research.
Yan Qiao, Tao Li 0013, Shigang Chen
openaire +1 more source
Dynamic reordering bloom filter
2017 19th Asia-Pacific Network Operations and Management Symposium (APNOMS), 2017In order to check a membership in multiple sets of bloom filter in a dynamic bloom filter, a sequential search is usually used. Since the distribution of queried data is unpredictable because the distribution has a feature of temporal locality. Therefore more search cost is incurred if queried data is stored in the peer which is corresponded to the ...
Da-Chung Chang +2 more
openaire +1 more source

