An efficient two-level-partitioning-based double array and its parallelization

2Citations
Citations of this article
5Readers
Mendeley users who have this article in their library.

Abstract

Trie is one of the most common data structures for string storage and retrieval. As a fast and efficient implementation of trie, double array (DA) can effectively compress strings to reduce storage spaces. However, this method suffers from the problem of low index construction efficiency. To address this problem, we design a two-level partition (TLP) framework in this paper. We first divide the dataset is into smaller lower-level partitions, and then we merge these partitions into bigger upper-level partitions using a min-heap based greedy merging algorithm (MH-GMerge). TLP has an excellent characteristic of load balancing and can be easily parallelized. We implemented two efficient parallel partitioned DAs based on TLP. Extensive experiments were carried out, and the results showed that the proposed methods can significantly improve the construction efficiency of DA and can achieve a better trade-off between construction and retrieval performance than the existing state-of-the-art methods.

Cite

CITATION STYLE

APA

Jia, L., Zhang, C., Li, M., Chen, Y., Liu, Y., & Ding, J. (2020). An efficient two-level-partitioning-based double array and its parallelization. Applied Sciences (Switzerland), 10(15). https://doi.org/10.3390/APP10155266

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free