English

Faster Dynamic Compressed d-ary Relations

Data Structures and Algorithms 2019-11-21 v1

Abstract

The k2k^2-tree is a successful compact representation of binary relations that exhibit sparseness and/or clustering properties. It can be extended to dd dimensions, where it is called a kdk^d-tree. The representation boils down to a long bitvector. We show that interpreting the kdk^d-tree as a dynamic trie on the Morton codes of the points, instead of as a dynamic representation of the bitvector as done in previous work, yields operation times that are below the lower bound of dynamic bitvectors and offers improved time performance in practice.

Keywords

Cite

@article{arxiv.1911.08971,
  title  = {Faster Dynamic Compressed d-ary Relations},
  author = {Diego Arroyuelo and Guillermo de Bernardo and Travis Gagie and Gonzalo Navarro},
  journal= {arXiv preprint arXiv:1911.08971},
  year   = {2019}
}

Comments

This research has received funding from the European Union's Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie Actions H2020-MSCA-RISE-2015 BIRDS GA No. 690941

R2 v1 2026-06-23T12:22:24.093Z