dev@grizzly.java.net

Re: LZF compression filter

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Wed, 16 Jun 2010 11:27:41 +0200

Hi Alexander,

thank you very much!
We will integrate LZF as soon as possible and let you know.

WBR,
Alexey.

On Jun 16, 2010, at 11:09 , Alexander Philippou wrote:

> Hi Grizzly developers!
>
> Noemax would like to contribute an LZF compression filter to Grizzly.
>
> The key characteristics of the LZF algorithm are its simplicity and
> speed. Compared to GZIP it is much faster so it is the best choice
> when you want to minimize the processing cost of compression.
> Compression ratios are lower than GZIP's but excellent considering
> the performance of LZF.
>
> LZF works nicely with both text XML and Fast Infoset.
>
> We have tested the interoperability of the C# and Java
> implementations so LZF can be used to compress messages when
> communicating with .NET, CF, Silverlight or Azure. On the .NET side
> LZF is available as one of the compression algorithms supported by
> WCF-Xtensions (the others being GZIP/DEFLATE, LZF3 and LZMA).
>
> Hope you find this contribution useful!
>
> Alexander Philippou
> Noemax Technologies
> www.noemax.com
> <
> lzf
> .zip
> >---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net