Parallel parsing algorithms for static dictionary compression Academic Article uri icon

abstract

  • The data compression based on dictionary techniques works by replacing phrases in the input string with indexes into some dictionary. The dictionary can be static or dynamic. In static dictionary compression, the dictionary contains a predetermined fixed set of entries. In dynamic dictionary compression, the dictionary changes its entries during compression. We present parallel algorithms for two parsing strategies for static dictionary compression. One is the optimal parsing strategy with dictionaries that have the prefix property, for which our algorithm requires O(L+log n) time and O(n) processors, where n is the number of symbols in the input string, and L is the maximum length of the dictionary entries, while previous results run in O(L+log n) time using O(n 2 ) processors or in O(L+log 2 n) time using O(n) processors. The other is the longest fragment first (LFF) parsing strategy, for which our algorithm requires O(L+log n) time and O(n log L) processors, while a previous result obtained an O(L log n) time performance on O(n/log n) processors. For both strategies, we derive our parallel algorithms by modifying the on-line algorithms using a pointer doubling technique.

published proceedings

  • IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS

altmetric score

  • 3

author list (cited authors)

  • Nagumo, H., Lu, M., & Watson, K. L.

citation count

  • 0

complete list of authors

  • Nagumo, H||Lu, M||Watson, KL

publication date

  • January 1999