English

Predecessor on the Ultra-Wide Word RAM

Data Structures and Algorithms 2022-08-01 v2

Abstract

We consider the predecessor problem on the ultra-wide word RAM model of computation, which extends the word RAM model with 'ultrawords' consisting of w2w^2 bits [TAMC, 2015]. The model supports arithmetic and boolean operations on ultrawords, in addition to 'scattered' memory operations that access or modify ww (potentially non-contiguous) memory addresses simultaneously. The ultra-wide word RAM model captures (and idealizes) modern vector processor architectures. Our main result is a simple, linear space data structure that supports predecessor in constant time and updates in amortized, expected constant time. This improves the space of the previous constant time solution that uses space in the order of the size of the universe. Our result holds even in a weaker model where ultrawords consist of w1+ϵw^{1+\epsilon} bits for any ϵ>0\epsilon > 0 . It is based on a new implementation of the classic xx-fast trie data structure of Willard [Inform. Process. Lett. 17(2), 1983] combined with a new dictionary data structure that supports fast parallel lookups.

Keywords

Cite

@article{arxiv.2201.11550,
  title  = {Predecessor on the Ultra-Wide Word RAM},
  author = {Philip Bille and Inge Li Gørtz and Tord Stordalen},
  journal= {arXiv preprint arXiv:2201.11550},
  year   = {2022}
}
R2 v1 2026-06-24T09:05:34.053Z