From Theory to Practice: Plug and Play with Succinct Data Structures
Abstract
Engineering efficient implementations of compact and succinct structures is a time-consuming and challenging task, since there is no standard library of easy-to- use, highly optimized, and composable components. One consequence is that measuring the practical impact of new theoretical proposals is a difficult task, since older base- line implementations may not rely on the same basic components, and reimplementing from scratch can be very time-consuming. In this paper we present a framework for experimentation with succinct data structures, providing a large set of configurable components, together with tests, benchmarks, and tools to analyze resource requirements. We demonstrate the functionality of the framework by recomposing succinct solutions for document retrieval.
Cite
@article{arxiv.1311.1249,
title = {From Theory to Practice: Plug and Play with Succinct Data Structures},
author = {Simon Gog and Timo Beller and Alistair Moffat and Matthias Petri},
journal= {arXiv preprint arXiv:1311.1249},
year = {2013}
}
Comments
10 pages, 4 figures, 3 tables