chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] String compression?


From: Alejandro Forero Cuervo
Subject: Re: [Chicken-users] String compression?
Date: Sun, 14 Jan 2007 16:18:05 -0500
User-agent: Mutt/1.5.9i

> Does anyone have code for compressing strings using zlib, lzo or some
> other common llibrary/algorithm? I seem to have z3 working, but the
> performance is really terrible -- I may be doing something wrong, to
> be fair, the documentation is a bit light.

Well, a long time ago I wrote some code to compress/decompress with
zlib algorithms:

    
http://anonymous:@freaks-unidos.net/azul-home/src/chicken-eggs-original/stream-zlib/stream-zlib.scm

Since it uses streams, I doubt it's gonna be fast for your purposes.

Alejo.
http://azul.freaks-unidos.net/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]