Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

non-GPL, LZO-alike data compression libraries?
Hi,

I'm working on a project that requires data compression and lightning speed
de-compression. So I looked at a few solutions. BZip, is apparently the best
to get a higher compression ratio. ZLib is good, but it's not fast enough.
LZO fits my requirement, but it's GPL. My project wasn't GPL, and I can't
afford its commercial license.

Is there any similar non-GPL data-compression libraries that does similar to
LZO in terms of decompression speed?

Thanks in advance,
--
He Shiming



Report this thread to moderator Post Follow-up to this message
Old Post
He Shiming
04-21-05 08:55 AM


Re: non-GPL, LZO-alike data compression libraries?
He Shiming wrote:
> Hi,
>
> I'm working on a project that requires data compression and lightning spee
d
> de-compression. So I looked at a few solutions. BZip, is apparently the be
st
> to get a higher compression ratio. ZLib is good, but it's not fast enough.
> LZO fits my requirement, but it's GPL. My project wasn't GPL, and I can't
> afford its commercial license.
>
> Is there any similar non-GPL data-compression libraries that does similar 
to
> LZO in terms of decompression speed?
>
> Thanks in advance,

Have you tried changing the compression level and the strategy in zlib?

--
Michel Bardiaux
Peaktime Belgium S.A.  Bd. du Souverain, 191  B-1160 Bruxelles
Tel : +32 2 790.29.41

Report this thread to moderator Post Follow-up to this message
Old Post
Michel Bardiaux
04-21-05 08:55 PM


Re: non-GPL, LZO-alike data compression libraries?
> Is there any similar non-GPL data-compression libraries that does similar to
> LZO in terms of decompression speed?

There are various speed improvements to zlib, frequently depending on
processor, environment and usage.  One of them is:
http://BitWagon.com/zlib_arm/zlib_arm.html

Also, it is quite easy to write from scratch a _de_compressor for LZO.
(It is so fast that there cannot be much to do!)  The file format
is documented, and the code for the _com_pressor may be consulted
without creating a derived work.

--

Report this thread to moderator Post Follow-up to this message
Old Post
John Reiser
04-21-05 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Compression archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 07:28 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.