English

Partial Sums on the Ultra-Wide Word RAM

Data Structures and Algorithms 2020-10-01 v2

Abstract

We consider the classic partial sums problem on the ultra-wide word RAM model of computation. This model extends the classic ww-bit word RAM model with special ultrawords of length w2w^2 bits that support standard arithmetic and boolean operation and scattered memory access operations that can access ww (non-contiguous) locations in memory. The ultra-wide word RAM model captures (and idealizes) modern vector processor architectures. Our main result is a new in-place data structure for the partial sum problem that only stores a constant number of ultraword in addition to the input and supports operations in doubly logarithmic time. This matches the best known time bounds for the problem (among polynomial space data structures) while improving the space from superlinear to a constant number of ultrawords. Our results are based on a simple and elegant in-place word RAM data structure, known as the Fenwick tree. Our main technical contribution is a new efficient parallel ultra-wide word RAM implementation of the Fenwick tree, which is likely of independent interest.

Keywords

Cite

@article{arxiv.1908.10159,
  title  = {Partial Sums on the Ultra-Wide Word RAM},
  author = {Philip Bille and Inge Li Gørtz and Frederik Rye Skjoldjensen},
  journal= {arXiv preprint arXiv:1908.10159},
  year   = {2020}
}

Comments

Extended abstract appeared at TAMC 2020

R2 v1 2026-06-23T10:57:52.961Z