Hi Alexey,
Thanks for accepting our LZF contribution!
We would also like to make some changes to the LZMA compression filter that we contributed last February.
What we have introduced now is a compression level property. Valid values range from 1 for minimum compression effort, to 9 for maximum compression effort. The suggested default is 3. Increasing the compression level generally increases the compression ratio but also increases the processing requirements and memory consumption.
The compression levels as pre-configured by us are expected to cover most needs, so the use of the (slightly obscure) LZMA properties that control its behavior should not be necessary any more.
Alexander
> -----Original Message-----
> From: Oleksiy.Stashok_at_Sun.COM [mailto:Oleksiy.Stashok_at_Sun.COM]
> Sent: Wednesday 16 June 2010 12:28
> To: dev_at_grizzly.dev.java.net
> Subject: Re: LZF compression filter
>
> 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
>
>
> -----------------------------------------------------------------
> ----
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net