On 11/28/14 15:34, Thomas Steinmaurer wrote:
>>      Recently wire compression was implemented by Alex. It uses well known 
>> zlib
>> library.
> Have you guys considered LZ4? https://code.google.com/p/lz4/
>
> It is getting very popular in the big-data / NoSQL area for both,
> compressing data on disk and over-the-wire.
>

I've started with it but later changed to zlib because:
- it provides better compression,
- it works much better with data stream separated into packets (lz4 can 
work with the stream, but it does not support flush at teh end of packet 
and requires presence of previous dictionary-size uncompressed data at 
the same places where they were during compress/decompress).


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to