English

Optimizing Quotient Filters using Graveyard Hashing

Data Structures and Algorithms 2025-03-03 v1

Abstract

We aim to improve the performance of the Quotient Filter at high load factors. Our Graveyard Filter is a variation of the Quotient Filter which incorporates Graveyard Hashing, a technique that uses tombstones to counteract the effects of primary clustering. We summarize our implementation of the graveyard filter and detail approaches to redistributing tombstones. Evaluating these variations under conditions similar to the original quotient filter paper, we found the performance of the graveyard filter to be competitive for insertion and query operations, with certain redistribution schemes showing stronger performance at high load factors. We discuss potential further improvements, such as using the current load factor to determine the employed redistribution approach.

Cite

@article{arxiv.2502.20725,
  title  = {Optimizing Quotient Filters using Graveyard Hashing},
  author = {Isabelle Quaye and Temi Taylor},
  journal= {arXiv preprint arXiv:2502.20725},
  year   = {2025}
}

Comments

Submitted as an extended abstract to 2023 IEEE HPEC

R2 v1 2026-06-28T22:01:11.493Z