Preprint Article Version 1 Preserved in Portico This version is not peer-reviewed

Concurrent vs Exclusive Reading in Parallel Decoding of LZ-Compressed Files

Version 1 : Received: 26 November 2016 / Approved: 28 November 2016 / Online: 28 November 2016 (02:00:11 CET)

A peer-reviewed article of this Preprint also exists.

Agostino, S.D.; Carpentieri, B.; Pizzolante, R. Concurrent vs. Exclusive Reading in Parallel Decoding of LZ-Compressed Files. Algorithms 2017, 10, 21. Agostino, S.D.; Carpentieri, B.; Pizzolante, R. Concurrent vs. Exclusive Reading in Parallel Decoding of LZ-Compressed Files. Algorithms 2017, 10, 21.

Abstract

Broadcasting a message from one to many processors in a network corresponds to concurrent reading on a random access shared memory parallel machine. Computing the trees of a forest, the level of each node in its tree and the path between two nodes are problems that can easily be solved with concurrent reading in a time logarithmic in the maximum height of a tree. Solving such problems with exclusive reading requires a time logarithmic in the number of nodes, implying message passing between disjoint pairs of processors on a distributed system. Allowing concurrent reading in parallel algorithm design for distributed computing might be advantageous in practice if these problems are faced on shallow trees with some specific constraints. We show an application to LZC-compressed file decoding, whose parallelization employs these computations on such trees for realistic data. On the other hand, zipped files do not have such advantage since they are compressed by the Lempel-Ziv sliding window technique.

Keywords

LZ compression; decoding; pram; mapreduce

Subject

Computer Science and Mathematics, Computer Science

Comments (0)

We encourage comments and feedback from a broad range of readers. See criteria for comments and our Diversity statement.

Leave a public comment
Send a private comment to the author(s)
* All users must log in before leaving a comment
Views 0
Downloads 0
Comments 0
Metrics 0


×
Alerts
Notify me about updates to this article or when a peer-reviewed version is published.
We use cookies on our website to ensure you get the best experience.
Read more about our cookies here.