Fast evaluation of union-intersection expressions

被引:0
|
作者
Bille, Philip [1 ]
Pagh, Anna [1 ]
Pagh, Rasmus [1 ]
机构
[1] IT Univ Copagahen, Computat Log & Algorithms Grp, Copenhagen, Denmark
来源
ALGORITHMS AND COMPUTATION | 2007年 / 4835卷
关键词
D O I
暂无
中图分类号
TP301 [理论、方法];
学科分类号
081202 ;
摘要
We show how to represent sets in a linear space data structure such that expressions involving unions and intersections of sets can be computed in a worst-case efficient way. This problem has applications in e.g. information retrieval and database systems. We mainly consider the RAM model of computation, and sets of machine words, but also state our results in the I/O model. On a RAM with word size w, a special case of our result is that the intersection of m (preprocessed) sets, containing n elements in total, can be computed in expected time O(n(log w)(2)/w + km), where k is the number of elements in the intersection. If the first of the two terms dominates, this is a factor w(1)-(o(1)) faster than the standard solution of merging sorted lists. We show a cell probe lower bound of time Omega(n/(wm log m) + (1 - log k/w) k), meaning that our upper bound is nearly optimal for small m. Our algorithm uses a novel combination of approximate set representations and word-level parallelism.
引用
收藏
页码:739 / 750
页数:12
相关论文
共 50 条