Re: data compression on data blocks
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 22:36:32 +0100
On Mon, 29 Aug 2005 16:05:57 +0100, "David"
<vonarburg.nospam@xxxxxxxxxx> wrote:
>I have to implement a data compression to compress
>a lot of different small data blocks (about 100 to 1000 bytes)
>independend of each other. What are good algorithms to do this?
>Compression must be lossless.
>Thanks in advance
>David
>
Try LZW Compression. It is a good general purpose lossless
compression algorithm. If the data is non-random and has no special
properties that would make some other specific algorithm more
efficient then it is the one to go for.
See http://www.dogma.net/markn/articles/lzw/lzw.htm
rossum
The ultimate truth is that there is no ultimate truth
.
- References:
- data compression on data blocks
- From: David
- data compression on data blocks
- Prev by Date: Re: Do all programming languages use files?
- Next by Date: Re: C++ API for files & directory manipulation
- Previous by thread: Re: data compression on data blocks
- Next by thread: FTPS
- Index(es):
Relevant Pages
|