中文

The Fourth-Root Complexity of Data Movement

计算复杂性 2026-06-29 v1 性能 编程语言

摘要

Time complexity typically assumes O(1)O(1) cost per data access. This paper presents an analysis based on an abstract memory hierarchy. For a common class of applications, it shows that the data-access cost scales with the fourth root of data size, that is, as data size NN increases, the cost of each access increases at the rate of N14N^\frac{1}{4}. While the analysis does not predict performance, it predicts scalability. Specifically, the paper provides a precise analysis that shows the constant-factor difference between cases where the miss ratio follows a power law versus an exponential decay.

引用

@article{arxiv.2606.30948,
  title  = {The Fourth-Root Complexity of Data Movement},
  author = {Chen Ding},
  journal= {arXiv preprint arXiv:2606.30948},
  year   = {2026}
}