Theory and Practice of Chunked Sequences - Inria - Institut national de recherche en sciences et technologies du numérique
Conference Papers Year : 2014

Theory and Practice of Chunked Sequences

Abstract

Sequence data structures, i.e., data structures that provide operations on an ordered set of items, are heavily used by many applications. For sequence data structures to be efficient in practice, it is important to amortize expensive data-structural operations by chunking a relatively small, constant number of items together, and representing them by using a simple but fast (at least in the small scale) sequence data structure, such as an array or a ring buffer. In this paper, we present chunking techniques, one direct and one based on bootstrapping, that can reduce the practical overheads of sophisticated sequence data structures, such as finger trees, making them competitive in practice with special-purpose data structures. We prove amortized bounds showing that our chunking techniques reduce runtime by amortizing expensive operations over a user-defined chunk-capacity parameter. We implement our techniques and show that they perform well in practice by conducting an empirical evaluation. Our evaluation features comparisons with other carefully engineered and optimized implementations.
Fichier principal
Vignette du fichier
chunkedseq.pdf (304.08 Ko) Télécharger le fichier
Origin Files produced by the author(s)
Loading...

Dates and versions

hal-01087245 , version 1 (25-11-2014)

Identifiers

Cite

Umut A. Acar, Arthur Charguéraud, Mike Rainey. Theory and Practice of Chunked Sequences. European Symposium on Algorithms, Sep 2014, Wrocław, Poland. pp.25 - 36, ⟨10.1007/978-3-662-44777-2_3⟩. ⟨hal-01087245⟩
339 View
341 Download

Altmetric

Share

More