English

External Memory Planar Point Location with Fast Updates

Data Structures and Algorithms 2022-03-31 v3

Abstract

We study dynamic planar point location in the External Memory Model or Disk Access Model (DAM). Previous work in this model achieves polylog query and polylog amortized update time. We present a data structure with O(logB2N)O( \log_B^2 N) query time and O(1B1ϵlogBN)O(\frac{1}{ B^{1-\epsilon}} \log_B N) amortized update time, where NN is the number of segments, BB the block size and ϵ\epsilon is a small positive constant, under the assumption that all faces have constant size. This is a B1ϵB^{1-\epsilon} factor faster for updates than the fastest previous structure, and brings the cost of insertion and deletion down to subconstant amortized time for reasonable choices of NN and BB. Our structure solves the problem of vertical ray-shooting queries among a dynamic set of interior-disjoint line segments; this is well-known to solve dynamic planar point location for a connected subdivision of the plane with faces of constant size.

Cite

@article{arxiv.1905.02620,
  title  = {External Memory Planar Point Location with Fast Updates},
  author = {John Iacono and Ben Karsin and Grigorios Koumoutsos},
  journal= {arXiv preprint arXiv:1905.02620},
  year   = {2022}
}

Comments

Appeared in ISAAC 2019

R2 v1 2026-06-23T08:59:22.625Z