首页    期刊浏览 2025年02月22日 星期六
登录注册

文章基本信息

  • 标题:Parallel Lempel-Ziv-Welch (PLZW) Technique for Data Compression
  • 本地全文:下载
  • 作者:Manas Kumar Mishra ; Tapas Kumar Mishra ; Alok Kumar Pani
  • 期刊名称:International Journal of Computer Science and Information Technologies
  • 电子版ISSN:0975-9646
  • 出版年度:2012
  • 卷号:3
  • 期号:3
  • 页码:4038-4040
  • 出版社:TechScience Publications
  • 摘要:Data Compression is one of the most fundamental problems in computer science and information technology. Many sequential algorithms are suggested for the problem. The most well known sequential algorithm is Lempel-Ziv- Welch (LZW) compression technique. The limitation of sequential algorithm is that ith block can be coded only after the (i-1)th block has completed. This limitation can be overcome by parallelizing the LZW coding technique. Attempt has also been made to parallelize the LZ technique [10]. But here is a new idea for parallelizing the LZW compression technique. It uses a common memory to store the encoded string parallely in a two dimensional array and stores -1 at the end in each row which works as the marker. Similarly each row is decoded parallely by different processors. It is suitably implemented in SMP cluster using MPI library function. The sequential algorithm takes θ(n) where n is the size of text. But the parallel algorithm takes θ (n/p) where p is the number of processor.
  • 关键词:Symmetric multi processor (SMP); message passing;interface (MPI); Lempel-Ziv-Welch (LZW)
国家哲学社会科学文献中心版权所有