Faster Compressed Quadtrees
Data Structures and Algorithms
2021-12-10 v3
Abstract
Real-world point sets tend to be clustered, so using a machine word for each point is wasteful. In this paper we first show how a compact representation of quadtrees using bits per node can break this bound on clustered point sets, while offering efficient range searches. We then describe a new compact quadtree representation based on heavy path decompositions, which supports queries faster than previous compact structures. We present experimental evidence showing that our structure is competitive in practice.
Cite
@article{arxiv.1411.2785,
title = {Faster Compressed Quadtrees},
author = {Guillermo de Bernardo and Travis Gagie and Susana Ladra and Gonzalo Navarro and Diego Seco},
journal= {arXiv preprint arXiv:1411.2785},
year = {2021}
}
Comments
Journal version of DCC '15 paper