Re: [HACKERS] LZ compressing data type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
Cc: wieck(at)debis(dot)com (Jan Wieck), grim(at)argh(dot)demon(dot)co(dot)uk, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] LZ compressing data type
Date: 1999-11-18 04:28:23
Message-ID: 27480.942899303@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Philip Warner <pjw(at)rhyme(dot)com(dot)au> writes:
> FWIW, I think Unisys patented the LZW algorithm only.

More specifically, Unisys patented Terry Welch's variant of the LZ78
class of algorithms. Jan's code falls in the substantially different
LZ77 class. There could be problematic patents out there, but Unisys'
is certainly not one.

(If you don't know the difference between LZ77 and LZ78, see the
comp.compression FAQ ... but don't raise alarms about compression
patents if you don't know even that much about the field, eh?)

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 1999-11-18 04:50:10 Re: [HACKERS] LZ compressing data type
Previous Message Philip Warner 1999-11-18 03:26:05 Re: [HACKERS] LZ compressing data type