Title :
Parsing algorithms for dictionary compression on the PRAM
Author :
Hirschberg, Daniel S. ; Stauffer, Lynn M.
Author_Institution :
Inf. & Comput. Sci., California Univ., Irvine, CA, USA
Abstract :
Parallel algorithms for lossless data compression via dictionary compression using optimal and greedy parsing strategies are described. Dictionary compression removes redundancy by replacing substrings of the input by references to strings stored in a dictionary. Given a static dictionary stored as a suffix tree, the authors present a parallel random access concurrent read, concurrent write (PRAM CREW) algorithm for optimal compression which runs in O(M+log M log n) time with O(nM 2) processors, where it is assumed that M is the maximum length of any dictionary entry. They also describe an O(M+log n) time and O(n) processor algorithm for greedy parsing given a static or sliding-window dictionary. For sliding-window compression. A different approach finds the greedy parsing in O(log n) time using O(nM log M/log n) processors. Their algorithms are practical in the sense that their analysis elicits small constants
Keywords :
data compression; glossaries; grammars; image coding; parallel algorithms; random-access storage; PRAM; PRAM CREW algorithm; concurrent read concurrent write algorithm; dictionary compression; greedy parsing; greedy parsing strategies; lossless data compression; optimal compression; parallel algorithms; parallel random access memory; parsing algorithms; processor algorithm; sliding-window compression; sliding-window dictionary; static dictionary; suffix tree; Computational modeling; Computer science; Data compression; Dictionaries; Encoding; Parallel algorithms; Phase change random access memory; Random access memory; Read-write memory; Systolic arrays;
Conference_Titel :
Data Compression Conference, 1994. DCC '94. Proceedings
Conference_Location :
Snowbird, UT
Print_ISBN :
0-8186-5637-9
DOI :
10.1109/DCC.1994.305921