[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lzip-bug] Protocol Buffers using Lzip
From: |
Jacob Rief |
Subject: |
[Lzip-bug] Protocol Buffers using Lzip |
Date: |
Mon, 7 Dec 2009 18:45:52 +0100 |
Hello Antonio, hello list,
for another project, I use Google's Protocol Buffers to serialize and
deserialize my application data. Therefore I used their implementation
of GzipInputStream and GzipOutputStream. Unfortunately this
implementation has some drawbacks, for reasons too long to explain
here. So I searched for alternatives and found Your LZMA
implementation. I then created an additional Protocol Buffers Stream
named LzipInputStream and LzipOutputStream loosely based on Google's
GzipInput/OutputStream.
Comments are appreciated.
This software will be released under an OSS license, compatible to
Yours and Google's. LZIP is licensed under GPLv3 and I am not sure, if
they are compatible.
Regards, Jacob
lzip_stream.cc
Description: Text document
lzip_stream.h
Description: Text document
- [Lzip-bug] Protocol Buffers using Lzip,
Jacob Rief <=