On 1/14/07, Alejandro Forero Cuervo <[EMAIL PROTECTED]> wrote:
> Does anyone have code for compressing strings using zlib, lzo or some
> other common llibrary/algorithm?
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.

Hi Alejo -- thanks, and yes, probably streams would make it a bit too
slow :-) I'm going to try Felix's whole-buffer procedures in z3.

Best,
Graham


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to