Home
Home
Introduction
Policy
FAQ
DHPC
SAKDC
MMDC
LZRW1
LZRW1-A
LZRW2
LZRW3
LZRW3-A
LZRW4
LZRW5
Support Code
Thesis
Interface
DCC91
Patents
Printing
Links
Link Here

RossNet


LZRW2

Daylight has come and I haven't finished my thesis!The LZRW2 algorithm is similar to the LZRW1 algorithm. However, instead of coding LZ77 offsets directly, both the coder and decoder maintain a rotating table of pointers to offset positions. This increases the compressor's memory because the offset coding space is no longer polluted with "dead" positions not represented in the hash table. The result is an increase in compression (over LZRW1) at a small cost in speed.


Original Versions


New Version

Under Construction

webmaster@ross.net
Copyright © Ross N. Williams 1996-1997. All rights reserved.