From owner-cvs-all Tue May 25 17:56:31 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id ABC6C14C23; Tue, 25 May 1999 17:56:26 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id CAA27071; Wed, 26 May 1999 02:56:22 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id CAA29395; Wed, 26 May 1999 02:56:21 +0200 (MET DST) Date: Wed, 26 May 1999 02:56:21 +0200 From: Eivind Eklund To: Robert Nordier Cc: "Daniel C. Sobral" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot table.c Message-ID: <19990526025621.I22354@bitbox.follo.net> References: <374B1422.79F6707@newsguy.com> <199905252223.AAA17260@ceia.nordier.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199905252223.AAA17260@ceia.nordier.com>; from Robert Nordier on Wed, May 26, 1999 at 12:23:00AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, May 26, 1999 at 12:23:00AM +0200, Robert Nordier wrote: > Daniel C. Sobral wrote: > > > Robert Nordier wrote: > > > > > > I'm just not up on the legal side of things: how does "Adaptive > > > Huffman Coding" stand in the patent world? > > > > Interestingly, that's my concern too. Huffman encoding is poor > > though. It is used to pre or post-compress a dictionary algorithm in > > almost any decent compression algorithm. The exception (which I > > think is used by bzip) requires too much memory to uncompress. > > He calls it "Adaptive Huffman", though I think the emphasis is > strongly on the "adaptive" part. lharc uses a Lempel-Ziv-77 compressor with an adaptive huffman encoder. Huffman codes are from the 50s; if they ever were patented (and I don't think they were), it would be expired. LZ77 is from 1977; I am pretty sure this was never patented, and if it was, it would be expired around now. I believe the only LZ function patented was Welch' (sp?) Lempel-Ziv-Welch compression (which is a really beatuiful concept, as opposed to LZ77/LZ78, which are obvious). Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message