Parallel construction of wavelet trees on multicore architectures

Knowl. Inf. Syst.(2016)

引用 18|浏览51
暂无评分
摘要
The wavelet tree has become a very useful data structure to efficiently represent and query large volumes of data in many different domains, from bioinformatics to geographic information systems. One problem with wavelet trees is their construction time. In this paper, we introduce two algorithms that reduce the time complexity of a wavelet tree’s construction by taking advantage of nowadays ubiquitous multicore machines. Our first algorithm constructs all the levels of the wavelet in parallel with O ( n ) time and O(nσ + σ n) bits of working space, where n is the size of the input sequence and σ is the size of the alphabet. Our second algorithm constructs the wavelet tree in a domain decomposition fashion, using our first algorithm in each segment, reaching O( n) time and O(nσ + pσ n/σ ) bits of extra space, where p is the number of available cores. Both algorithms are practical and report good speedup for large real datasets.
更多
查看译文
关键词
Succinct data structure, Wavelet tree construction, Multicore, Parallel algorithm
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要