The Bloom Tree

02/08/2020
by   Lum Ramabaja, et al.
0

The Bloom tree is a probabilistic data structure that combines the idea of Bloom filters with that of Merkle trees. Bloom filters are used to verify the presence, or absence of elements in a set. In the case of the Bloom tree, we are interested to verify and transmit the presence, or absence of an element in a secure and bandwidth efficient way to another party. Instead of sending the whole Bloom filter to check for the presence, or absence of an element, the Bloom tree achieves efficient verification by using a compact Merkle multiproof.

READ FULL TEXT
research
10/17/2019

The Distributed Bloom Filter

The Distributed Bloom Filter is a space-efficient, probabilistic data st...
research
07/07/2017

The Stellar tree: a Compact Representation for Simplicial Complexes and Beyond

The efficient representation and management of simplicial and cell compl...
research
04/28/2019

Compact Fenwick trees for dynamic ranking and selection

The Fenwick tree is a classical implicit data structure that stores an a...
research
06/13/2021

Hash Adaptive Bloom Filter

Bloom filter is a compact memory-efficient probabilistic data structure ...
research
09/05/2018

Preferential sampling for presence/absence data and for fusion of presence/absence data with presence-only data

Presence/absence data and presence-only data are the two customary sourc...
research
06/03/2020

Dynamic Merkle B-tree with Efficient Proofs

We propose and define a recursive Merkle structure with q-mercurial comm...
research
03/30/2022

Quantifying the presence/absence of meso-scale structures in networks

Meso-scale structures are network features where nodes with similar prop...

Please sign up or login with your details

Forgot password? Click here to reset