Single-Pass List Partitioning

Barcelona(2008)

引用 6|浏览0
暂无评分
摘要
Parallel algorithms divide computation among several threads. In many cases, the input must also be divided. Consider an input consisting of a linear sequence of elements whose length is unknown a priori. We can evenly divide it naïvely by either traversing it twice (first determine length, then divide) or by using linear additional memory to hold an array of pointers to the elements. Instead, we propose an algorithm that divides a linear sequence into p parts of similar length traversing the sequence only once, and using sub-linear additional space. The experiments show that our list partitioning algorithm is effective and fast in practice.
更多
查看译文
关键词
single-pass list partitioning,parallel algorithm,p part,sub-linear additional space,sequences,parallel processing,similar length,linear additional memory,linear sequence,algorithmic libraries
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要