Code Comments
Programming Forum and web based access to our favorite programming groups.hello, does anybody know if there exists a very simple implementation in c for compressing in a compatible deflate format?
Post Follow-up to this messageHello! antares <antaresanto@yahoo.it> wrote: >hello, >does anybody know if there exists a very simple implementation in c >for compressing in a compatible deflate format? Anything wrong with zlib? Or just gzip? Kind regards, Hannah.
Post Follow-up to this messageIn article <2228762b.0409020235.417a768a@posting.google.com>, antares <antaresanto@yahoo.it> wrote: >hello, >does anybody know if there exists a very simple implementation in c >for compressing in a compatible deflate format? Are you looking for something like http://www.iki.fi/a1bert/Dev/puzip/ ? This compresses using the fixed-huffman deflate method. -Pasi -- /Dreams can be as real as events. Or so it seemed to me afterwards./ -- Lestat in "The Tale of the Body Thief"
Post Follow-up to this messagehannah@schlund.de (Hannah Schroeter) wrote in message news:<ch71ms$i7f$1@schlund.de>...[col or=darkred] > Hello! > > antares <antaresanto@yahoo.it> wrote: > > Anything wrong with zlib? Or just gzip? > > Kind regards, > > Hannah.[/color] Absolutely nothing wrong with zlib. I just need a simpler implementation or an idea for a simpler implementation (with less dynamic memory usage) than zlib for compressing data. best regards
Post Follow-up to this messagealbert@pikkukorppi.cs.tut.fi (Ojala Pasi 'Albert') wrote in message news:<ch79p1$tfb$1@news .cc.tut.fi>... > In article <2228762b.0409020235.417a768a@posting.google.com>, > antares <antaresanto@yahoo.it> wrote: > > Are you looking for something like > http://www.iki.fi/a1bert/Dev/puzip/ > ? > This compresses using the fixed-huffman deflate method. > > -Pasi Thank you, it seems to be valid for my needs. Do you know which could be the ram requested if I only compress data,without creating zip-compatible archive and without using I/O routines? thank you very much
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.