Abstract
Given a collection of strings, document listing refers to the problem of finding all the strings (or documents) where a given query string (or pattern) appears. Index data structures that support efficient document listing for string collections have been the focus of intense research in the last decade, with dozens of papers published describing exotic and elegant compressed data structures. The problem is now quite well understood in theory and many of the solutions have been implemented and evaluated experimentally. A particular recent focus has been on highly repetitive document collections, which have become prevalent in many areas (such as version control systems and genomics - to name just two very different sources). The aim of this paper is to describe simple and efficient document listing algorithms that can be used in combination with more sophisticated techniques, or as baselines against which the performance of new document listing indexes can be measured. Our approaches are based on simple combinations of scanning and hashing, which we show to combine very well with dictionary compression to achieve small space usage. Our experiments show these methods to be often much faster and less space consuming than the best specialized indexes for the problem.
Original language | English |
---|---|
Title of host publication | 19th International Symposium on Experimental Algorithms, SEA 2021 |
Editors | David Coudert, Emanuele Natale |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
Publication date | 1 Jun 2021 |
Article number | 12 |
ISBN (Electronic) | 978-3-95977-185-6 |
DOIs | |
Publication status | Published - 1 Jun 2021 |
MoE publication type | A4 Article in conference proceedings |
Event | International Symposium on Experimental Algorithms - Virtual, Nice, France Duration: 7 Jun 2021 → 9 Jun 2021 Conference number: 19 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 190 |
ISSN (Print) | 1868-8969 |
Fields of Science
- Document listing
- Document retrieval
- Pattern matching
- Repetitive text collections
- String processing
- Succinct data structures
- 113 Computer and information sciences