Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Compressed Data Structures for Strings: On Searching and Extracting Strings from Compressed Textual Data (Repost)

Posted By: insetes
Compressed Data Structures for Strings: On Searching and Extracting Strings from Compressed Textual Data (Repost)

Compressed Data Structures for Strings: On Searching and Extracting Strings from Compressed Textual Data By Rossano Venturini
2014 | 131 Pages | ISBN: 9462390320 | PDF | 2 MB


Data compression is mandatory to manage massive datasets, indexing is fundamental to query them. However, their goals appear as counterposed: the former aims at minimizing data redundancies, whereas the latter augments the dataset with auxiliary information to speed up the query resolution. In this monograph we introduce solutions that overcome this dichotomy. We start by presenting the use of optimization techniques to improve the compression of classical data compression algorithms, then we move to the design of compressed data structures providing fast random access or efficient pattern matching queries on the compressed dataset. These theoretical studies are supported by experimental evidences of their impact in practical scenarios.