2018
DOI: 10.14778/3213880.3213884
|View full text |Cite
|
Sign up to set email alerts
|

Morton filters

Abstract: Approximate set membership data structures (ASMDSs) are ubiquitous in computing. They trade a tunable, often small, error rate () for large space savings. The canonical ASMDS is the Bloom filter, which supports lookups and insertions but not deletions in its simplest form. Cuckoo filters (CFs), a recently proposed class of ASMDSs, add deletion support and often use fewer bits per item for equal. This work introduces the Morton filter (MF), a novel AS-MDS that introduces several key improvements to CFs. Like CF… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 56 publications
(3 citation statements)
references
References 78 publications
0
3
0
Order By: Relevance
“…Comparison methods. We compare three Bloom filters, BF, 1 UFBF, 10 and MF 11 with our proposed BBF. BF is the standard Bloom filter.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…Comparison methods. We compare three Bloom filters, BF, 1 UFBF, 10 and MF 11 with our proposed BBF. BF is the standard Bloom filter.…”
Section: Methodsmentioning
confidence: 99%
“…Although UFBF develop a novel hash computation algorithm which can compute multiple hash functions in parallel with the use of SIMD instructions, its properties are achieved while also using comparable or fewer bits per item than a BBF for a target false positive rate. Morton filter (MF) 11 utilizes SIMD implementations of popcounts to implement fast reductions for determining bucket boundaries in the FSA, while it has not made full use of the SIMD instruction sets for lookups, insertions, and deletions.…”
Section: Related Workmentioning
confidence: 99%
“…Table 5 shows that the query time of the reference quotient-filter implementation is several times the query time of competitive approaches like cuckoo or xor filters. We also consider Morton filters [8] with the reference implementation [7]. Morton filters answer one-at-a-time queries at half the speed of 8-bit xor filters, despite similar false-positive probabilities and memory usage.…”
Section: B Quotient and Morton Filtersmentioning
confidence: 99%